[FFmpeg-cvslog] build: make h264 VT encoder select the VT encoder dependency

Clément Bœsch git at videolan.org
Wed Oct 4 13:59:46 EEST 2017


ffmpeg | branch: master | Clément Bœsch <cboesch at gopro.com> | Fri Sep 29 11:05:33 2017 +0200| [8be3fc88d3facec927708a8594fe26df93df5cad] | committer: Clément Bœsch

build: make h264 VT encoder select the VT encoder dependency

Otherwise, it's never enabled unless the user explicitely enables it.

Regression since 9ef5a2f5f30bdc4ac86275ae4b4708ab4681b21d.

Fixes Ticket #6702.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8be3fc88d3facec927708a8594fe26df93df5cad
---

 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 0d86c4cb2a..2efc79e74d 100755
--- a/configure
+++ b/configure
@@ -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"



More information about the ffmpeg-cvslog mailing list