mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
build: make h264 VT encoder select the VT encoder dependency
Otherwise, it's never enabled unless the user explicitely enables it.
Regression since 9ef5a2f5f3
.
Fixes Ticket #6702.
This commit is contained in:
parent
84b3f53aca
commit
8be3fc88d3
3
configure
vendored
3
configure
vendored
@ -2934,7 +2934,8 @@ pcm_alaw_at_encoder_select="audio_frame_queue"
|
||||
pcm_mulaw_at_encoder_deps="audiotoolbox"
|
||||
pcm_mulaw_at_encoder_select="audio_frame_queue"
|
||||
chromaprint_muxer_deps="chromaprint"
|
||||
h264_videotoolbox_encoder_deps="videotoolbox_encoder pthreads"
|
||||
h264_videotoolbox_encoder_deps="pthreads"
|
||||
h264_videotoolbox_encoder_select="videotoolbox_encoder"
|
||||
libcelt_decoder_deps="libcelt"
|
||||
libfdk_aac_decoder_deps="libfdk_aac"
|
||||
libfdk_aac_encoder_deps="libfdk_aac"
|
||||
|
Loading…
Reference in New Issue
Block a user