Commit 28150f2c authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: disable unloading

parent a24f4cfe
......@@ -34,7 +34,6 @@
#include <vlc_keys.h>
#include <vlc_dialog.h>
#include <unistd.h> /* execl() */
#import <vlc_dialog.h>
#import "intf.h"
#import "fspanel.h"
......
......@@ -105,6 +105,7 @@ vlc_module_begin ()
set_callbacks( OpenIntf, CloseIntf )
set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_MAIN )
linked_with_a_crap_library_which_uses_atexit( )
add_bool( "macosx-autoplay", 1, NULL, AUTOPLAY_OSX_TEST, AUTOPLAY_OSX_LONGTEXT,
false )
add_bool( "macosx-recentitems", 1, NULL, RECENT_ITEMS_TEXT, RECENT_ITEMS_LONGTEXT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment