mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
Remove some DivX 4 leftovers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20786 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e88a6ecf84
commit
d9a87e081e
12
configure
vendored
12
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user