[x264-devel] configure: Don't check for libavcore

Diego Biurrun git at videolan.org
Sun Jul 20 11:58:29 CEST 2014


x264 | branch: master | Diego Biurrun <diego at biurrun.de> | Wed May  7 12:46:42 2014 +0200| [c7c8eb15923d1888bb87e7642a66b417fab61e76] | committer: Fiona Glaser

configure: Don't check for libavcore

libavcore was a never-released bad idea with a short lifespan.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=c7c8eb15923d1888bb87e7642a66b417fab61e76
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 5f6e5f1..4f2846e 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



More information about the x264-devel mailing list