diff configure @ 26883:a365271c97a5

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).
author iive
date Wed, 28 May 2008 23:04:41 +0000
parents aa81249bfedb
children 3aa8ad5202ea
line wrap: on
line diff
--- a/configure	Wed May 28 12:40:15 2008 +0000
+++ b/configure	Wed May 28 23:04:41 2008 +0000
@@ -286,8 +286,8 @@
   --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 @@
 echores "$_libdv"
 
 
-echocheck "Xvid"
+echocheck "XviD"
 if test "$_xvid" = auto ; then
   _xvid=no
   cat > $TMPC << EOF
@@ -6554,7 +6554,7 @@
 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 @@
    -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 */