summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-01 17:48:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-01 17:48:45 +0000
commit090163c386b009e6dbae584eb8b8a5abc74285cd (patch)
tree972a379169b45adec4442904f6a4757aba7316e0 /configure
parent808aaf737d983783749e51ad9f05a1cd8198ae68 (diff)
downloadmpv-090163c386b009e6dbae584eb8b8a5abc74285cd.tar.bz2
mpv-090163c386b009e6dbae584eb8b8a5abc74285cd.tar.xz
Do not refer to libcdio and liblzo as external in the help output.
External libraries are the default, no need to stress this fact. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27510 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b69f7990aa..134e9dc2ad 100755
--- a/configure
+++ b/configure
@@ -275,8 +275,8 @@ Codecs:
--enable-gif enable GIF support [autodetect]
--enable-png enable PNG input/output support [autodetect]
--enable-jpeg enable JPEG input/output support [autodetect]
- --enable-libcdio enable external libcdio [autodetect]
- --enable-liblzo enable external liblzo [autodetect]
+ --enable-libcdio enable libcdio support [autodetect]
+ --enable-liblzo enable liblzo support [autodetect]
--disable-win32dll disable Win32 DLL support [enabled]
--disable-qtx disable QuickTime codecs support [enabled]
--disable-xanim disable XAnim codecs support [enabled]