[MPlayer-cvslog] r33253 - trunk/configure

cehoyos subversion at mplayerhq.hu
Tue Apr 12 11:19:31 CEST 2011


Author: cehoyos
Date: Tue Apr 12 11:19:31 2011
New Revision: 33253

Log:
Update libvpx check: libvpx version must be >=0.9.6 now.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Apr 12 10:03:41 2011	(r33252)
+++ trunk/configure	Tue Apr 12 11:19:31 2011	(r33253)
@@ -7146,7 +7146,7 @@ struct vpx_codec_ctx decoder;
 int main(void) {
   vpx_codec_dec_init(NULL, &vpx_codec_vp8_dx_algo, NULL, 0);
   vpx_codec_enc_init(NULL, &vpx_codec_vp8_dx_algo, NULL, 0);
-  return 0;
+  return VPX_CQ;
 }
 EOF
     cc_check -lvpx && _libvpx_lavc=yes && extra_ldflags="$extra_ldflags -lvpx"


More information about the MPlayer-cvslog mailing list