[MPlayer-cvslog] r37152 - trunk/configure

iive subversion at mplayerhq.hu
Tue Apr 15 15:12:18 CEST 2014


Author: iive
Date: Tue Apr 15 15:12:18 2014
New Revision: 37152

Log:
Disable xvid if xvid_plugin_ssim_t is not present.
It have been introduced 8 years ago without version bump.
Required by FFmpeg libxvid.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Apr 15 14:10:59 2014	(r37151)
+++ trunk/configure	Tue Apr 15 15:12:18 2014	(r37152)
@@ -7235,7 +7235,7 @@ echocheck "Xvid"
 if test "$_xvid" = auto ; then
   _xvid=no
   for ld_tmp in "-lxvidcore" "-lxvidcore $ld_pthread" ; do
-    statement_check xvid.h 'xvid_global(0, 0, 0, 0)' $ld_tmp &&
+    statement_check xvid.h 'xvid_plugin_ssim_t xs; xvid_global(0, 0, 0, 0)' $ld_tmp &&
       extra_ldflags="$extra_ldflags $ld_tmp" && _xvid=yes && break
   done
 fi


More information about the MPlayer-cvslog mailing list