[vlc-devel] commit: The normal include dir is also needed for vlc/vlc.h (curerntly) ( Rémi Denis-Courmont )

git version control git at videolan.org
Fri May 9 17:34:49 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Fri May  9 18:35:15 2008 +0300| [4d96b2a6f342b093ba7d01f42cdea8abbbd0c77c]

The normal include dir is also needed for vlc/vlc.h (curerntly)

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

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

diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in
index 33fe617..a00711a 100644
--- a/src/vlc-plugin.pc.in
+++ b/src/vlc-plugin.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: VLC plugin API
 Description: VLC media player plugin interface
 Version: @VERSION@
-Cflags: -I${includedir}/vlc/plugins \
+Cflags: -I${includedir} -I${includedir}/vlc/plugins \
 	-D_FILE_OFFSET_BITS=64 \
 	-D__USE_UNIX98 \
 	-D_LARGEFILE64_SOURCE \




More information about the vlc-devel mailing list