[x264-devel] [PATCH 1/3] configure: Don't check for libavcore

Diego Biurrun diego at biurrun.de
Wed May 7 17:01:53 CEST 2014


libavcore was a never-released bad idea with a short lifespan.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index af9519c..8ea870f 100755
--- a/configure
+++ b/configure
@@ -857,7 +857,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
-- 
1.8.3.2



More information about the x264-devel mailing list