[MPlayer-users] vbnenc.c:(.text+0x4ea): undefined reference to `ff_texturedsp_compress_thread'

Antonio Olivares olivares14031 at yahoo.com
Tue Apr 19 20:26:48 EEST 2022


> On 12 Apr 2022, at 19:33, Antonio Olivares <olivares14031-at-yahoo.com at ffmpeg.org> 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.
_______________________________________________
MPlayer-users mailing list
MPlayer-users at mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users


Thank you very much.  This is fixed!
.... 
m.o osdep/shmem.o ffmpeg/libpostproc/libpostproc.a ffmpeg/libavfilter/libavfilter.a ffmpeg/libavformat/libavformat.a ffmpeg/libavcodec/libavcodec.a ffmpeg/libswscale/libswscale.a ffmpeg/libswresample/libswresample.a ffmpeg/libavutil/libavutil.a -Wl,--version-script,binary.ver -Wl,-z,noexecstack -ffast-math -fpie -pie -lncurses -lpng -lz -lmng -lz -ljpeg -ldvdread -lfreetype -lfontconfig -lfribidi -lz -lbz2 -lvorbisenc -lvorbis -logg -lxml2 -rdynamic -ldvdnav -lpthread -lm -lmp3lame
[olivares at fedora mplayer]$ sudo make install
[sudo] password for olivares:
install -d /usr/local/bin /usr/local/etc/mplayer /usr/lib64
install -m 755 -s mencoder /usr/local/bin
install -d /usr/local/share/man/man1
install -m 644 DOCS/man/en/mplayer.1 /usr/local/share/man/man1/
cd /usr/local/share/man/man1 && ln -sf mplayer.1 mencoder.1
install -m 755 -s mplayer /usr/local/bin
[olivares at fedora mplayer]$

Best Regards,


Antonio 


More information about the MPlayer-users mailing list