[FFmpeg-cvslog] r12864 - trunk/configure

diego subversion
Wed Apr 16 23:46:34 CEST 2008


Author: diego
Date: Wed Apr 16 23:46:34 2008
New Revision: 12864

Log:
Set correct value for libdir in pkg-config files.
patch by Anssi Hannula, anssi.hannula gmail com


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Apr 16 23:46:34 2008
@@ -2101,7 +2101,7 @@ fi
 
 
 # build pkg-config files
-# FIXME: libdir and includedir are hardcoded and may differ from the real path.
+# FIXME: includedir is hardcoded and may differ from the real path.
 
 pkgconfig_generate(){
 name=$1
@@ -2112,7 +2112,7 @@ requires=$5
 cat <<EOF >$name.pc
 prefix=$prefix
 exec_prefix=\${prefix}
-libdir=\${exec_prefix}/lib
+libdir=$libdir
 includedir=\${prefix}/include
 
 Name: $name




More information about the ffmpeg-cvslog mailing list