[vlc-devel] commit: plugins need to define __PLUGIN__ to build properly ( Rafaël Carré )

git version control git at videolan.org
Tue Dec 15 11:13:23 CET 2009


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Tue Dec 15 11:12:58 2009 +0100| [030eedced3261c380e74f2d0ab6ff5eae79f74c6] | committer: Rafaël Carré 

plugins need to define __PLUGIN__ to build properly

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

 src/vlc-plugin.pc.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in
index 467f2fc..0036f39 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 \




More information about the vlc-devel mailing list