From: Diego Biurrun Date: Wed, 7 May 2014 10:46:42 +0000 (+0200) Subject: configure: Don't check for libavcore X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7c8eb15923d1888bb87e7642a66b417fab61e76;p=libx264 configure: Don't check for libavcore libavcore was a never-released bad idea with a short lifespan. --- diff --git a/configure b/configure index 5f6e5f18..4f2846e9 100755 --- a/configure +++ b/configure @@ -870,7 +870,7 @@ if [ "$lavf" = "auto" ] ; then fi if [ -z "$LAVF_LIBS" -a -z "$LAVF_CFLAGS" ]; then LAVF_LIBS="-lavformat" - for lib in -lpostproc -lavcodec -lavcore -lswscale -lavutil -lm -lz -lbz2 $libpthread -lavifil32 -lws2_32; do + for lib in -lpostproc -lavcodec -lswscale -lavutil -lm -lz -lbz2 $libpthread -lavifil32 -lws2_32; do cc_check "" $lib && LAVF_LIBS="$LAVF_LIBS $lib" done fi