# HG changeset patch # User siretart # Date 1277668517 0 # Node ID a99971661060604a6441e58bd75f828d630b45ef # Parent c58656034ad2c79e15e0743fd750c86a8db957e7 libvpx does not require static libavcodec diff -r c58656034ad2 -r a99971661060 configure --- a/configure Sun Jun 27 19:20:38 2010 +0000 +++ b/configure Sun Jun 27 19:55:17 2010 +0000 @@ -7577,9 +7577,6 @@ echocheck "libvpx" if test "$_libvpx_lavc" = auto; then _libvpx_lavc=no - if test "$_libavcodec_a" != yes; then - res_comment="libavcodec (static) is required by libvpx, sorry" - else cat > $TMPC << EOF #include #include @@ -7593,7 +7590,6 @@ } EOF cc_check -lvpx && _libvpx_lavc=yes && extra_ldflags="$extra_ldflags -lvpx" - fi fi if test "$_libvpx_lavc" = yes ; then def_libvpx_lavc='#define CONFIG_LIBVPX 1'