You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: fix vaapi_encode_example dependencies
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -3319,7 +3319,7 @@ resampling_audio_example_deps="avutil swresample"
|
|||||||
scaling_video_example_deps="avutil swscale"
|
scaling_video_example_deps="avutil swscale"
|
||||||
transcode_aac_example_deps="avcodec avformat swresample"
|
transcode_aac_example_deps="avcodec avformat swresample"
|
||||||
transcoding_example_deps="avfilter avcodec avformat avutil"
|
transcoding_example_deps="avfilter avcodec avformat avutil"
|
||||||
vaapi_encode_example_deps="avcodec avutil"
|
vaapi_encode_example_deps="avcodec avutil h264_vaapi_encoder"
|
||||||
|
|
||||||
# EXTRALIBS_LIST
|
# EXTRALIBS_LIST
|
||||||
cpu_init_extralibs="pthreads_extralibs"
|
cpu_init_extralibs="pthreads_extralibs"
|
||||||
|
Reference in New Issue
Block a user