Re: vbnenc.c:(.text+0x4ea): undefined reference to `ff_texturedsp_compress_thread'
Antonio Olivares <[email protected]> Tue, 19 Apr 2022 17:26:48 +0000 (UTC)
| 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. _______________________________________________ MPlayer-users mailing list [email protected] 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@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@fedora mplayer]$ Best Regards, Antonio _______________________________________________ MPlayer-users mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users