summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJun Zhao <jun.zhao@intel.com>2017-07-20 00:58:56 -0400
committerMark Thompson <sw@jkqxz.net>2017-07-30 00:15:05 +0100
commit1e0c75ea165c926c544d42f0a1e51d7f6fa95354 (patch)
tree23b730e6c4d8a0b87ba9341c9d177774c62a3cfc /configure
parentbf8ab72ae95bb11f2c281d464594c2f6ba70326b (diff)
examples/hw_decode: Add a HWAccel decoding example.
Works with VAAPI, VDPAU, DXVA2 and D3D11VA. Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> Signed-off-by: Jun Zhao <jun.zhao@intel.com> Reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 5811ee149a..66c7b948e4 100755
--- a/configure
+++ b/configure
@@ -1468,6 +1468,7 @@ EXAMPLE_LIST="
filtering_audio_example
filtering_video_example
http_multiclient_example
+ hw_decode_example
metadata_example
muxing_example
qsvdec_example
@@ -3208,6 +3209,7 @@ filter_audio_example_deps="avfilter avutil"
filtering_audio_example_deps="avfilter avcodec avformat avutil"
filtering_video_example_deps="avfilter avcodec avformat avutil"
http_multiclient_example_deps="avformat avutil fork"
+hw_decode_example_deps="avcodec avformat avutil"
metadata_example_deps="avformat avutil"
muxing_example_deps="avcodec avformat avutil swscale"
qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder"