summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-04 08:49:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-04 08:49:47 +0000
commit49435c89417a41fb89289c74a287d9f06a31233d (patch)
tree7acfd28a9a132b75c815a2a048a0cecdf0871992 /configure
parent940667e1e22254514f094f66fe8f684842e8287d (diff)
downloadmpv-49435c89417a41fb89289c74a287d9f06a31233d.tar.bz2
mpv-49435c89417a41fb89289c74a287d9f06a31233d.tar.xz
Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.
Hopefully fixes Bugzilla #757. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23717 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index eeb33ae464..cb917f12ab 100755
--- a/configure
+++ b/configure
@@ -6372,6 +6372,7 @@ EOF
else
_lavc_xvid=no
_def_lavc_xvid='#undef CONFIG_LIBXVID'
+ _libavencoders=`echo $_libavencoders | sed -e s/LIBXVID_ENCODER// `
fi
echores "$_lavc_xvid"
fi