From: Pierre d'Herbemont Date: Fri, 12 Feb 2010 17:12:56 +0000 (+0100) Subject: VLCExtensionsManager: Work around libvlccore changes for our nasty hack. X-Git-Tag: 1.1.0-ff~138 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a776627390f18b77c44581d60ad73058d80ac971;p=vlc VLCExtensionsManager: Work around libvlccore changes for our nasty hack. --- diff --git a/projects/macosx/framework/Sources/VLCExtensionsManager.m b/projects/macosx/framework/Sources/VLCExtensionsManager.m index 1df889d5f5..3220215a52 100644 --- a/projects/macosx/framework/Sources/VLCExtensionsManager.m +++ b/projects/macosx/framework/Sources/VLCExtensionsManager.m @@ -14,6 +14,7 @@ #import // Here comes the nasty hack. +#define MODULE_STRING "VLCKit" #import "../../../../src/control/media_player_internal.h" #import "../../../../src/control/libvlc_internal.h"