Mercurial > mplayer.hg
diff configure @ 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 | e45e76d9572d |
children | 608c83ef5c0c |
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