[FFmpeg-cvslog] configure: Do not redundantly list enabled hwaccel libs
Mans Rullgard
git at videolan.org
Sun Feb 24 14:50:53 CET 2013
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Oct 31 16:46:05 2012 +0000| [0a8da1a3e5f0b9329dfb89d17356ff5444c02351] | committer: Diego Biurrun
configure: Do not redundantly list enabled hwaccel libs
The enabled hwaccels are listed later anyway.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a8da1a3e5f0b9329dfb89d17356ff5444c02351
---
configure | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configure b/configure
index ffb7e76..b6f9f3a 100755
--- a/configure
+++ b/configure
@@ -3805,9 +3805,6 @@ 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 "libdxva2 enabled ${dxva2-no}"
-echo "libva enabled ${vaapi-no}"
-echo "libvdpau enabled ${vdpau-no}"
echo "AVISynth enabled ${avisynth-no}"
echo "frei0r enabled ${frei0r-no}"
echo "gnutls enabled ${gnutls-no}"
More information about the ffmpeg-cvslog
mailing list