[FFmpeg-cvslog] configure: fix vaapi_encode_example dependencies
James Almer
git at videolan.org
Wed Jan 24 04:42:33 EET 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Jan 23 23:37:33 2018 -0300| [172564ace9c535e2848edb8d17df926578a458b9] | committer: James Almer
configure: fix vaapi_encode_example dependencies
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=172564ace9c535e2848edb8d17df926578a458b9
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
More information about the ffmpeg-cvslog
mailing list