[FFmpeg-devel] [PATCH] configure: Fix typo

Eoff, Ullysses A ullysses.a.eoff at intel.com
Mon Apr 22 21:08:09 EEST 2024


> 
> From: Haihao Xiang <haihao.xiang at intel.com>
> 
> Otherwise there are link errors:
> LD      ffprobe_g
> /usr/bin/ld: libavcodec/libavcodec.so: undefined reference to
> `ff_dovi_rpu_generate'
> /usr/bin/ld: libavcodec/libavcodec.so: undefined reference to
> `ff_dovi_configure'
> collect2: error: ld returned 1 exit status
> 
> Signed-off-by: Haihao Xiang <haihao.xiang at intel.com>
> ---
>  configure | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index b101ed9256..02711bf930 100755
> --- a/configure
> +++ b/configure
> @@ -3534,7 +3534,7 @@ libspeex_decoder_deps="libspeex"
>  libspeex_encoder_deps="libspeex"
>  libspeex_encoder_select="audio_frame_queue"
>  libsvtav1_encoder_deps="libsvtav1"
> -libsvtav1_encoder_select="dovi_rpueenc"
> +libsvtav1_encoder_select="dovi_rpuenc"
>  libtheora_encoder_deps="libtheora"
>  libtwolame_encoder_deps="libtwolame"
>  libuavs3d_decoder_deps="libuavs3d"
> @@ -3554,7 +3554,7 @@ libx264_encoder_select="atsc_a53 golomb"
>  libx264rgb_encoder_deps="libx264"
>  libx264rgb_encoder_select="libx264_encoder"
>  libx265_encoder_deps="libx265"
> -libx265_encoder_select="atsc_a53 dovi_rpueenc"
> +libx265_encoder_select="atsc_a53 dovi_rpuenc"
>  libxavs_encoder_deps="libxavs"
>  libxavs2_encoder_deps="libxavs2"
>  libxevd_decoder_deps="libxevd"
> --

LGTM


More information about the ffmpeg-devel mailing list