diff mbox

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

Message ID 20170929091146.13192-1-u@pkh.me
State Accepted
Commit 8be3fc88d3facec927708a8594fe26df93df5cad
Headers show

Commit Message

Clément Bœsch Sept. 29, 2017, 9:11 a.m. UTC
From: Clément Bœsch <cboesch@gopro.com>

Otherwise, it's never enabled unless the user explicitely enables it.
---
 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Clément Bœsch Oct. 4, 2017, 11:02 a.m. UTC | #1
On Fri, Sep 29, 2017 at 11:11:46AM +0200, Clément Bœsch wrote:
> From: Clément Bœsch <cboesch@gopro.com>
> 
> Otherwise, it's never enabled unless the user explicitely enables it.
> ---
>  configure | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 8e4775be8c..6a935a5833 100755
> --- a/configure
> +++ b/configure
> @@ -2936,7 +2936,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"

Patch applied with a reference to the ticket + regression reference.
diff mbox

Patch

diff --git a/configure b/configure
index 8e4775be8c..6a935a5833 100755
--- a/configure
+++ b/configure
@@ -2936,7 +2936,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"