From: Martin Storsjö Date: Wed, 21 Dec 2011 13:32:39 +0000 (+0200) Subject: configure: Show whether the safe bitstream reader is enabled X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9c984b1bd726997ea48a1441a3a84ce97648706d;p=ffmpeg configure: Show whether the safe bitstream reader is enabled Signed-off-by: Martin Storsjö --- diff --git a/configure b/configure index 5cb2d1c0ae1..1c7fb3b7ecf 100755 --- a/configure +++ b/configure @@ -3205,6 +3205,7 @@ echo "postprocessing support ${postproc-no}" echo "new filter support ${avfilter-no}" echo "network support ${network-no}" echo "threading support ${thread_type-no}" +echo "safe bitstream reader ${safe_bitstream_reader-no}" echo "SDL support ${sdl-no}" echo "Sun medialib support ${mlib-no}" echo "libdxva2 enabled ${dxva2-no}"