Module: libav Branch: master Commit: 0a8da1a3e5f0b9329dfb89d17356ff5444c02351
Author: Mans Rullgard <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Wed Oct 31 16:46:05 2012 +0000 configure: Do not redundantly list enabled hwaccel libs The enabled hwaccels are listed later anyway. Signed-off-by: Mans Rullgard <[email protected]> --- configure | 3 --- 1 files changed, 0 insertions(+), 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}" _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
