diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-09 12:40:37 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-09 17:30:12 +0100 |
commit | 6bb6fb05ba66ce42ca17c930d81d3e9cf37ab34d (patch) | |
tree | 433c4710c06a66d1284806bd7989b3b8697a2406 /configure | |
parent | ed87375dd555a1e7798dcd56c967af0171525a26 (diff) | |
download | ffmpeg-6bb6fb05ba66ce42ca17c930d81d3e9cf37ab34d.tar.gz |
mpegaudio: remove CONFIG_MPEGAUDIO_HP option
The low quality mode is off by default and never tested. The high
quality mode is also plenty fast enough.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -94,7 +94,6 @@ Configuration options: --enable-w32threads use Win32 threads [no] --enable-x11grab enable X11 grabbing [no] --disable-network disable network support [no] - --disable-mpegaudio-hp faster (but less accurate) MPEG audio decoding [no] --enable-gray enable full grayscale support (slower color) --disable-swscale-alpha disable alpha channel support in swscale --disable-fastdiv disable table-based division @@ -953,7 +952,6 @@ CONFIG_LIST=" mdct memalign_hack mlib - mpegaudio_hp network nonfree pic @@ -1643,7 +1641,6 @@ enable ffmpeg enable ffplay enable ffprobe enable ffserver -enable mpegaudio_hp enable network enable optimizations enable protocols |