summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-16 12:12:49 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-16 12:12:49 +0000
commit964bbf9eaf762f39f275f4daf722a8bdfcd5ed91 (patch)
treecf115bb93beef06a447fe7a3b79ff388bfa1e31c /configure
parent0773c889e38ed2f67bdbe36d2357d06b1bbb20db (diff)
downloadmpv-964bbf9eaf762f39f275f4daf722a8bdfcd5ed91.tar.bz2
mpv-964bbf9eaf762f39f275f4daf722a8bdfcd5ed91.tar.xz
consistency fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11147 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 74b963cd54..c853749dda 100755
--- a/configure
+++ b/configure
@@ -197,7 +197,7 @@ Codecs:
--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 @@ Video output:
--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 @@ for ac_option do
--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 ;;