[FFmpeg-cvslog] configure: Add vdpau and dxva2 to configure results output.

Diego Biurrun git at videolan.org
Thu Jun 30 04:44:03 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Jun  8 19:43:45 2011 +0200| [c562ba4c3d1037eb36cae5b7e93da1282ace9c53] | committer: Diego Biurrun

configure: Add vdpau and dxva2 to configure results output.

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

 configure |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index ca6a982..9cde178 100755
--- a/configure
+++ b/configure
@@ -3124,6 +3124,9 @@ echo "network support           ${network-no}"
 echo "threading support         ${thread_type-no}"
 echo "SDL support               ${sdl-no}"
 echo "Sun medialib support      ${mlib-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 "libdc1394 support         ${libdc1394-no}"
@@ -3140,7 +3143,6 @@ echo "librtmp enabled           ${librtmp-no}"
 echo "libschroedinger enabled   ${libschroedinger-no}"
 echo "libspeex enabled          ${libspeex-no}"
 echo "libtheora enabled         ${libtheora-no}"
-echo "libva enabled             ${vaapi-no}"
 echo "libvo-aacenc support      ${libvo_aacenc-no}"
 echo "libvo-amrwbenc support    ${libvo_amrwbenc-no}"
 echo "libvorbis enabled         ${libvorbis-no}"



More information about the ffmpeg-cvslog mailing list