1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-14 00:11:38 +02:00

Set correct value for includedir in pkg-config files.

Originally committed as revision 12865 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-04-16 21:48:03 +00:00
parent f2b7382cd3
commit de9c6ddd39

3
configure vendored
View File

@ -2101,7 +2101,6 @@ fi
# build pkg-config files # build pkg-config files
# FIXME: includedir is hardcoded and may differ from the real path.
pkgconfig_generate(){ pkgconfig_generate(){
name=$1 name=$1
@ -2113,7 +2112,7 @@ cat <<EOF >$name.pc
prefix=$prefix prefix=$prefix
exec_prefix=\${prefix} exec_prefix=\${prefix}
libdir=$libdir libdir=$libdir
includedir=\${prefix}/include includedir=$incdir
Name: $name Name: $name
Description: $comment Description: $comment