diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-06-28 16:23:39 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-06-28 16:23:39 +0200 |
commit | 2bccd82c29debe7687684d0905f3603c9eab7917 (patch) | |
tree | 0b15563e9bbb6262a32a0d5e1061471acd480314 | |
parent | 7eb5288f17aad81d5bd1b4d3d46533e457df262c (diff) | |
download | ffmpeg-2bccd82c29debe7687684d0905f3603c9eab7917.tar.gz |
Do not list libshine like a main option in configure's output.
It is listed as an enabled external library if applicable.
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4566,7 +4566,6 @@ echo "threading support ${thread_type-no}" echo "safe bitstream reader ${safe_bitstream_reader-no}" echo "SDL support ${sdl-no}" echo "opencl enabled ${opencl-no}" -echo "libshine enabled ${libshine-no}" echo "texi2html enabled ${texi2html-no}" echo "perl enabled ${perl-no}" echo "pod2man enabled ${pod2man-no}" |