[FFmpeg-cvslog] Do not show libzvbi in the configure output if it was not enabled.

Carl Eugen Hoyos git at videolan.org
Sat Jun 21 20:15:45 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Jun 21 19:34:10 2014 +0200| [29fc468d0a22f4b6f868ff15133fa87a4f5d1dd5] | committer: Carl Eugen Hoyos

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29fc468d0a22f4b6f868ff15133fa87a4f5d1dd5
---

 configure |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 3d28bb3..cbdd738 100755
--- a/configure
+++ b/configure
@@ -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}"



More information about the ffmpeg-cvslog mailing list