X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=677ea7a3e912068fe170bc54f3c6b79f91731d7c;hb=9199f356387121c2b0c0ac6eba8346a635bcff42;hp=cdae72ff92e672f96228d91b48d2cda08f3222e2;hpb=b03c31e488d275c94853a70417a0ac31fc0377af;p=vlc diff --git a/configure.ac b/configure.ac index cdae72ff92..677ea7a3e9 100644 --- a/configure.ac +++ b/configure.ac @@ -87,8 +87,6 @@ AC_ARG_WITH(contrib, if test -d ${topdir}/extras/contrib/lib; then export PATH=${topdir}/extras/contrib/bin:$PATH -dnl kludge because only the debian package provides a ffmpeg-config - with_ffmpeg_config_path=${topdir}/extras/contrib/bin CPPFLAGS="${CPPFLAGS} -I${topdir}/extras/contrib/include" CPPFLAGS_save="${CPPFLAGS_save} -I${topdir}/extras/contrib/include" CFLAGS="${CFLAGS} -I${topdir}/extras/contrib/include" @@ -97,7 +95,7 @@ dnl kludge because only the debian package provides a ffmpeg-config CXXFLAGS_save="${CXXFLAGS_save} -I${topdir}/extras/contrib/include" OBJCFLAGS="${OBJCFLAGS} -I${topdir}/extras/contrib/include" OBJCFLAGS_save="${OBJCFLAGS_save} -I${topdir}/extras/contrib/include" - if test $build = $host; then + if test $build = $host -o $PKG_CONFIG_LIBDIR; then export PKG_CONFIG_PATH=${topdir}/extras/contrib/lib/pkgconfig:$PKG_CONFIG_PATH else export PKG_CONFIG_LIBDIR=${topdir}/extras/contrib/lib/pkgconfig @@ -108,8 +106,18 @@ dnl kludge because only the debian package provides a ffmpeg-config fi LDFLAGS="${LDFLAGS} -L${topdir}/extras/contrib/lib" LDFLAGS_save="${LDFLAGS_save} -L${topdir}/extras/contrib/lib" - with_livedotcom_tree=${topdir}/extras/contrib/src/live - with_goom_tree=${topdir}/extras/contrib/src/goom + +dnl kludge because only the debian package provides a ffmpeg-config + if test -z $with_ffmpeg_config_path; then + with_ffmpeg_config_path=${topdir}/extras/contrib/bin; + fi + if test -z $with_livedotcom_tree; then + with_livedotcom_tree=${topdir}/extras/contrib/src/live + fi + if test -z $with_goom_tree; then + with_goom_tree=${topdir}/extras/contrib/src/goom + fi + if test ".`uname -s`" = ".Darwin"; then export LD_LIBRARY_PATH=${topdir}/extras/contrib/lib:$LD_LIBRARY_PATH export DYLD_LIBRARY_PATH=${topdir}/extras/contrib/lib:$DYLD_LIBRARY_PATH @@ -2047,7 +2055,7 @@ then then VLC_ADD_PLUGINS([vcd cdda]) VLC_ADD_LDFLAGS([vcd vcdx cdda cddax],[-framework IOKit -framework CoreFoundation]) - VLC_ADD_LDFLAGS([vcdx cddax],[-liconv]) + VLC_ADD_LDFLAGS([vcdx cddax cdda],[-liconv]) fi if test "$enable_libcddb" != "no"; then