summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-01-23 23:37:33 -0300
committerJames Almer <jamrial@gmail.com>2018-01-23 23:42:04 -0300
commit172564ace9c535e2848edb8d17df926578a458b9 (patch)
tree01fe4ca9bc9c4a61728f88fdcc4e6c6f9d5093bb /configure
parent046a9468688a74cf107bfd425ad9e1d7b9d3890b (diff)
configure: fix vaapi_encode_example dependencies
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 24c4f672a3..fcfa7aa442 100755
--- a/configure
+++ b/configure
@@ -3319,7 +3319,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"
+vaapi_encode_example_deps="avcodec avutil h264_vaapi_encoder"
# EXTRALIBS_LIST
cpu_init_extralibs="pthreads_extralibs"