From f2b7382cd3a32dadf0c3a3f5062f961f2454f4cb Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Wed, 16 Apr 2008 21:46:34 +0000 Subject: [PATCH] Set correct value for libdir in pkg-config files. patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 12864 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dce9250b3e..64570bd122 100755 --- a/configure +++ b/configure @@ -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 <$name.pc prefix=$prefix exec_prefix=\${prefix} -libdir=\${exec_prefix}/lib +libdir=$libdir includedir=\${prefix}/include Name: $name