changeset 11146:f5629a5b79f7

consistency fixes
author alex
date Thu, 16 Oct 2003 12:12:49 +0000
parents 753395e422d0
children 59e7beccdee0
files configure
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Oct 16 12:04:12 2003 +0000
+++ b/configure	Thu Oct 16 12:12:49 2003 +0000
@@ -197,7 +197,7 @@
   --disable-libdv        disable libdv 0.9.5 en/decoding support [autodetect]
   --disable-mad          disable libmad (mpeg audio) support [autodetect]
   --enable-xmms          build with XMMS inputplugin support [disabled]
-  --enable-externalfaad  use external faad library if available [disabled]
+  --enable-external-faad build with external libfaad [disabled]
   --enable-flac          build with FLAC support [autodetect]
   --enable-external-flac build with external libFLAC [disable]
   
@@ -231,7 +231,7 @@
   --enable-zr            build with ZR360[56]7/ZR36060 support [autodetect]
   --enable-bl		 build with Blinkenlights support [disable]
   --enable-tdfxvid       build with tdfx vid support [disable]
-  --disable_tga          disable targa output support [enable]
+  --disable-tga          disable targa output support [enable]
   
 Audio output:
   --disable-ossaudio     disable OSS sound support [autodetect]
@@ -1270,8 +1270,8 @@
   --disable-matroska)   _matroska=no    ;;
   --enable-faad)	_faad=yes	;;
   --disable-faad)	_faad=no	;;
-  --enable-externalfaad) _faad_local=no ;;
-  --disable-externalfaad) _faad_local=yes ;;
+  --enable-external-faad) _faad_local=no ;;
+  --disable-external-faad) _faad_local=yes ;;
   --enable-xmms)	_xmms=yes	;;
   --enable-flac)	_flac=yes	;;
   --disable-flac)	_flac=no	;;