From a776627390f18b77c44581d60ad73058d80ac971 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Fri, 12 Feb 2010 18:12:56 +0100 Subject: [PATCH] VLCExtensionsManager: Work around libvlccore changes for our nasty hack. --- projects/macosx/framework/Sources/VLCExtensionsManager.m | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2