diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-21 19:34:10 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-21 19:53:52 +0200 |
commit | 29fc468d0a22f4b6f868ff15133fa87a4f5d1dd5 (patch) | |
tree | 708658b9d5269df0d17e8b073deaefa2f3fc9c16 | |
parent | ded3c9fd32afe4174b65d5bae843cea9149c8f11 (diff) | |
download | ffmpeg-29fc468d0a22f4b6f868ff15133fa87a4f5d1dd5.tar.gz |
Do not show libzvbi in the configure output if it was not enabled.
It is already shown in the list of external libraries if it was enabled.
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5287,7 +5287,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 "libzvbi enabled ${libzvbi-no}" echo "texi2html enabled ${texi2html-no}" echo "perl enabled ${perl-no}" echo "pod2man enabled ${pod2man-no}" |