summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-08 17:37:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-08 17:37:50 +0000
commitd9a87e081ec260bcbd626ac990f2685a3b0fcbc2 (patch)
tree76689ac99cf15ed503c9b3b7c5b2d6bf40e1da4d /configure
parente88a6ecf84e03b6e84935e109395bbaf20d8f12d (diff)
downloadmpv-d9a87e081ec260bcbd626ac990f2685a3b0fcbc2.tar.bz2
mpv-d9a87e081ec260bcbd626ac990f2685a3b0fcbc2.tar.xz
Remove some DivX 4 leftovers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20786 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure b/configure
index 8cea53bc00..5c0d1274b4 100755
--- a/configure
+++ b/configure
@@ -6438,18 +6438,6 @@ EOF
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