[FFmpeg-cvslog] r12865 - trunk/configure
diego
subversion
Wed Apr 16 23:48:03 CEST 2008
Author: diego
Date: Wed Apr 16 23:48:03 2008
New Revision: 12865
Log:
Set correct value for includedir in pkg-config files.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Apr 16 23:48:03 2008
@@ -2101,7 +2101,6 @@ fi
# build pkg-config files
-# FIXME: includedir is hardcoded and may differ from the real path.
pkgconfig_generate(){
name=$1
@@ -2113,7 +2112,7 @@ cat <<EOF >$name.pc
prefix=$prefix
exec_prefix=\${prefix}
libdir=$libdir
-includedir=\${prefix}/include
+includedir=$incdir
Name: $name
Description: $comment
More information about the ffmpeg-cvslog
mailing list