summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJun Zhao <jun.zhao@intel.com>2017-11-06 14:45:27 +0800
committerMark Thompson <sw@jkqxz.net>2017-11-28 22:14:07 +0000
commit23db3a1ae6d1be3438aec73c4dc91185d7958300 (patch)
tree84d8cd202f0f2c17403db1af4a5f4814fbb70e85 /configure
parentc5f3e85792d5f98d7974e8ca55cd30f80fe0c77c (diff)
examples: Add a VA-API encode example.
Supports only raw NV12 input. Example use: ./vaapi_encode 1920 1080 test.yuv test.h264 Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.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 28902d41f5..11eeeaa609 100755
--- a/configure
+++ b/configure
@@ -1522,6 +1522,7 @@ EXAMPLE_LIST="
scaling_video_example
transcode_aac_example
transcoding_example
+ vaapi_encode_example
"
EXTERNAL_AUTODETECT_LIBRARY_LIST="
@@ -3300,6 +3301,7 @@ resampling_audio_example_deps="avutil swresample"
scaling_video_example_deps="avutil swscale"
transcode_aac_example_deps="avcodec avformat swresample"
transcoding_example_deps="avfilter avcodec avformat avutil"
+vaapi_encode_example_deps="avcodec avutil"
# EXTRALIBS_LIST
cpu_init_extralibs="pthreads_extralibs"