From: Rafaël Carré Date: Tue, 15 Dec 2009 10:12:58 +0000 (+0100) Subject: plugins need to define __PLUGIN__ to build properly X-Git-Tag: 1.1.0-ff~1956 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=030eedced3261c380e74f2d0ab6ff5eae79f74c6;p=vlc plugins need to define __PLUGIN__ to build properly --- diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in index 467f2fc34b..0036f39365 100644 --- a/src/vlc-plugin.pc.in +++ b/src/vlc-plugin.pc.in @@ -8,6 +8,7 @@ Name: VLC plugin API Description: VLC media player plugin interface Version: @VERSION@ Cflags: -I${includedir} -I${pkgincludedir}/plugins \ + -D__PLUGIN__ \ -D_FILE_OFFSET_BITS=64 \ -D__USE_UNIX98 \ -D_LARGEFILE64_SOURCE \