Mercurial > mplayer.hg
changeset 20770:289050a24c39
Remove some DivX 4 leftovers.
author | diego |
---|---|
date | Wed, 08 Nov 2006 17:37:50 +0000 |
parents | c2c578148d71 |
children | 1e78e35b6c7b |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Nov 08 17:36:49 2006 +0000 +++ b/configure Wed Nov 08 17:37:50 2006 +0000 @@ -6438,18 +6438,6 @@ echores "$_lavc_xvid" fi -_xvidcompat=no -_def_decore_xvid='#undef DECORE_XVID' -_def_encore_xvid='#undef ENCORE_XVID' -if test "$_xvid" = yes ; then - echocheck "DivX4 compatibility in XviD" - cat > $TMPC << EOF -#include <divx4.h> -int main(void) { (void) decore(0, 0, 0, 0); return 0; } -EOF - cc_check $_ld_lm "$_ld_xvid" && _xvidcompat=yes - echores "$_xvidcompat" -fi echocheck "x264" if test "$_x264" = auto ; then