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

2024-04-22 Thread Jan Ekström
On Mon, Apr 22, 2024 at 3:34 PM Xiang, Haihao wrote: > > From: Haihao Xiang > > 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_

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

2024-04-22 Thread Eoff, Ullysses A
> > From: Haihao Xiang > > 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 sta