macosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit(...
macosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead. Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us).
Showing
Please register or sign in to comment