Browse Source

VLCExtensionsManager: Work around libvlccore changes for our nasty hack.

Pierre d'Herbemont 15 years ago
parent
commit
76b0e7a002
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/VLCExtensionsManager.m

+ 1 - 0
Sources/VLCExtensionsManager.m

@@ -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"