[vlc-devel] commit: modules: added a hack to work-around the buggy 64bit runtime on OS X Leopard ( Felix Paul Kühne )
Rémi Denis-Courmont
remi at remlab.net
Sat Aug 1 22:04:57 CEST 2009
Le samedi 1 août 2009 22:52:09 git version control, vous avez écrit :
> if( p_module->b_loaded && p_module->b_unloadable )
^^^^^^^^^^^^^^^^^^^^^^
> {
> - module_Unload( p_module->handle );
> + #if defined( __APPLE__ ) && defined ( __x86_64__ )
> + if( strcmp( p_module->psz_object_name, "macosx" ) )
> + #endif
> + module_Unload( p_module->handle );
What the hell is wrong with b_unloadable?
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list