[vlc-devel] commit: VLCExtensionsManager: Work around libvlccore changes for our nasty hack. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Feb 12 18:14:14 CET 2010


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Feb 12 18:12:56 2010 +0100| [a776627390f18b77c44581d60ad73058d80ac971] | committer: Pierre d'Herbemont 

VLCExtensionsManager: Work around libvlccore changes for our nasty hack.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a776627390f18b77c44581d60ad73058d80ac971
---

 .../framework/Sources/VLCExtensionsManager.m       |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/projects/macosx/framework/Sources/VLCExtensionsManager.m b/projects/macosx/framework/Sources/VLCExtensionsManager.m
index 1df889d..3220215 100644
--- a/projects/macosx/framework/Sources/VLCExtensionsManager.m
+++ b/projects/macosx/framework/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"
 




More information about the vlc-devel mailing list