Mercurial > mplayer.hg
changeset 27478:158a04c991d6
Do not refer to libcdio and liblzo as external in the help output.
External libraries are the default, no need to stress this fact.
author | diego |
---|---|
date | Mon, 01 Sep 2008 17:48:45 +0000 |
parents | 1b1d01ed1936 |
children | 4a08c1c8a8a9 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Sep 01 17:46:39 2008 +0000 +++ b/configure Mon Sep 01 17:48:45 2008 +0000 @@ -275,8 +275,8 @@ --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]