From 030eedced3261c380e74f2d0ab6ff5eae79f74c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 15 Dec 2009 11:12:58 +0100 Subject: [PATCH] plugins need to define __PLUGIN__ to build properly --- src/vlc-plugin.pc.in | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.5