summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-28 23:04:41 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-28 23:04:41 +0000
commit08ec85ba4be2915e6ae9918344b4465de4ad37f5 (patch)
tree6f2edb2accde81df7a32797ef98edc0b00098422 /configure
parent61b101497d19e94a33db26dc8c693d206945cf5c (diff)
downloadmpv-08ec85ba4be2915e6ae9918344b4465de4ad37f5.tar.bz2
mpv-08ec85ba4be2915e6ae9918344b4465de4ad37f5.tar.xz
Revert commit r26897.
XviD is the correct spelling of the codec. You can see it written in the codec own documentation and header files. Prefered name capitalization confirmed in conversation with XviD developer (prunedtree). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26915 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 7f1b4e4cd2..5771169a57 100755
--- a/configure
+++ b/configure
@@ -286,8 +286,8 @@ Codecs:
--disable-qtx disable QuickTime codecs support [enabled]
--disable-xanim disable XAnim codecs support [enabled]
--disable-real disable RealPlayer codecs support [enabled]
- --disable-xvid disable Xvid [autodetect]
- --disable-xvid-lavc disable Xvid in libavcodec [autodetect]
+ --disable-xvid disable XviD [autodetect]
+ --disable-xvid-lavc disable XviD in libavcodec [autodetect]
--disable-x264 disable x264 [autodetect]
--disable-x264-lavc disable x264 in libavcodec [autodetect]
--disable-libnut disable libnut [autodetect]
@@ -6533,7 +6533,7 @@ fi
echores "$_libdv"
-echocheck "Xvid"
+echocheck "XviD"
if test "$_xvid" = auto ; then
_xvid=no
cat > $TMPC << EOF
@@ -6554,7 +6554,7 @@ else
fi
echores "$_xvid"
-echocheck "Xvid two pass plugin"
+echocheck "XviD two pass plugin"
if test "$_xvid" = yes && test "$_xvid_lavc" = auto ; then
cat > $TMPC << EOF
#include <xvid.h>
@@ -7936,7 +7936,7 @@ $_def_hpux_scsi_h
-cache <kilobytes> */
$_def_stream_cache
-/* Define if you are using Xvid library */
+/* Define if you are using XviD library */
$_def_xvid
/* Define if you are using the X.264 library */