Re: vbnenc.c:(.text+0x4ea): undefined reference to `ff_texturedsp_compress_thread'

Reimar Döffinger <[email protected]> Sun, 17 Apr 2022 20:17:14 +0200
Newsgroups gmane.comp.video.mplayer.user
Message-ID <[email protected]>

> On 12 Apr 2022, at 19:33, Antonio Olivares <[email protected]> wrote:
> 
> Dear kind folks,
> 
> ran 
> $ svn update
> in mplayer directory, I get the following: 
> 
> vbnenc.c:(.text+0x4ea): undefined reference to `ff_texturedsp_compress_thread'
> /usr/bin/ld: ffmpeg/libavcodec/vbnenc.o: in function `vbn_init':
> vbnenc.c:(.text.unlikely+0xd): undefined reference to `ff_texturedspenc_init'
> collect2: error: ld returned 1 exit status
> make: *** [Makefile:751: mplayer] Error 1

Hm, strange that it causes issues for mplayer, not just mencoder.
Anyway, fixed now.
Sticking with a slightly older FFmpeg checkout alway works for such issues.