Commit d731df88 authored by diego's avatar diego

Set correct value for libdir in pkg-config files.

patch by Anssi Hannula, anssi.hannula gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12864 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent da206e71
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment