changeset 37056:d6bbecdf03bf

Disable xvid if xvid_plugin_ssim_t is not present. It have been introduced 8 years ago without version bump. Required by FFmpeg libxvid.
author iive
date Tue, 15 Apr 2014 13:12:18 +0000
parents 6cc356239d4b
children 7a071c9f298d
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Apr 15 12:10:59 2014 +0000
+++ b/configure	Tue Apr 15 13:12:18 2014 +0000
@@ -7235,7 +7235,7 @@
 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