]> git.sesse.net Git - vlc/commitdiff
VLCExtensionsManager: Work around libvlccore changes for our nasty hack.
authorPierre d'Herbemont <pdherbemont@free.fr>
Fri, 12 Feb 2010 17:12:56 +0000 (18:12 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Fri, 12 Feb 2010 17:13:27 +0000 (18:13 +0100)
projects/macosx/framework/Sources/VLCExtensionsManager.m

index 1df889d5f500a1b251b8442aa7e503b8c0321600..3220215a5297caeb07359214f35011689f4274e3 100644 (file)
@@ -14,6 +14,7 @@
 #import <vlc_input.h>
 
 // Here comes the nasty hack.
+#define MODULE_STRING "VLCKit"
 #import "../../../../src/control/media_player_internal.h"
 #import "../../../../src/control/libvlc_internal.h"