diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5731,7 +5731,7 @@ See the pkg-config man page for more details. # It only takes the last from the list, assuming that this is the latest # version. if [ x$libavcodec_HAVE = xno -a x$FPC_PLATFORM = xdarwin ]; then - PKG_CONFIG_PATH=`find $FPCDIR/lib/ffmpeg* -name libavcodec.pc | tail -n 1 | xargs dirname`:$PKG_CONFIG_PATH + PKG_CONFIG_PATH=`find $FPCDIR/lib/ffmpeg* -name libavcodec.pc | tail -n 1 | xargs dirname`:$PKG_CONFIG_PATH export PKG_CONFIG_PATH have_lib="no" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libavcodec" >&5 |