[MPlayer-cvslog] r31374 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Jun 13 10:19:13 CEST 2010


Author: reimar
Date: Sun Jun 13 10:19:12 2010
New Revision: 31374

Log:
Extend libvpx configure check to reject too old versions.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jun 13 07:32:09 2010	(r31373)
+++ trunk/configure	Sun Jun 13 10:19:12 2010	(r31374)
@@ -7688,6 +7688,7 @@ if test "$_libvpx_lavc" = auto; then
     cat > $TMPC << EOF
 #include <vpx/vpx_decoder.h>
 #include <vpx/vp8dx.h>
+struct vpx_codec_ctx decoder;
 int main(void) { vpx_codec_dec_init(NULL, &vpx_codec_vp8_dx_algo, NULL, 0); return 0; }
 EOF
     cc_check -lvpx && _libvpx_lavc=yes && extra_ldflags="$extra_ldflags -lvpx"


More information about the MPlayer-cvslog mailing list