[MPlayer-cvslog] r31573 - trunk/configure

siretart subversion at mplayerhq.hu
Sun Jun 27 21:55:17 CEST 2010


Author: siretart
Date: Sun Jun 27 21:55:17 2010
New Revision: 31573

Log:
libvpx does not require static libavcodec

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jun 27 21:20:38 2010	(r31572)
+++ trunk/configure	Sun Jun 27 21:55:17 2010	(r31573)
@@ -7577,9 +7577,6 @@ echores "$_libschroedinger_lavc"
 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 <vpx/vpx_encoder.h>
 #include <vpx/vpx_decoder.h>
@@ -7593,7 +7590,6 @@ int main(void) {
 }
 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'


More information about the MPlayer-cvslog mailing list