]> git.sesse.net Git - vlc/commit
macosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit( .....
authorFaustino Osuna <enrique.osuna@gmail.com>
Tue, 4 Mar 2008 22:41:30 +0000 (22:41 +0000)
committerFaustino Osuna <enrique.osuna@gmail.com>
Tue, 4 Mar 2008 22:41:30 +0000 (22:41 +0000)
commit39bd59801c1a0196f564403bd2adfad072801998
treeb7844cb142ded710074b3f6e65b92839bcfa6300
parenta0fd14f98085cea5c8de47ac771ee2e9a387c033
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).
projects/macosx/framework/Headers/Public/VLCLibrary.h
projects/macosx/framework/Sources/VLCLibrary.m