Re: Compile error with actual ffmpeg source (undefined reference to `ff_mediacodec...)
Alexander Strasser <[email protected]> Mon, 5 Dec 2022 21:59:10 +0100
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <[email protected]> |
On 2022-12-02 15:54 +0000, max muster wrote: > Hello Reimar, > thank you for the fix but i've got now another error if i compile mplayer from actual SVN and actual FFMPEG git > > $ make > make -C ffmpeg libavcodec/libavcodec.a > make[1]: Entering directory '/trunk/mplayer-test/ffmpeg' > > WARNING: libavdevice/alldevices.c libavfilter/allfilters.c libavformat/allformats.c libavcodec/allcodecs.c libavcodec/bitstream_filters.c libavcodec/hwaccels.h libavcodec/parsers.c libavformat/protocols.c newer than config_components.h, rerun configure > > X86ASM libavcodec/x86/v210enc.o > libavcodec/x86/v210enc.asm:73: error: expected `,' > make[1]: *** [ffbuild/common.mak:103: libavcodec/x86/v210enc.o] Error 1 > make[1]: Leaving directory '/trunk/mplayer-test/ffmpeg' > make: *** [Makefile:744: ffmpeg/libavcodec/libavcodec.a] Error 2 > Regards,Mark Do you still get this error? And did you re-run configure after pulling ffmpeg? Best Regards, Alexander > Am Donnerstag, 1. Dezember 2022 um 22:07:45 MEZ hat Reimar Döffinger <[email protected]> Folgendes geschrieben: > > Hi! > > > On 1 Dec 2022, at 15:12, max muster <[email protected]> wrote: > > > > Hello, > > i've got the following error if i compile mplayer from actual SVN and actual FFMPEG git in MSYS2 environment: > > D:/master/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.2.0/../../../../i686-w64-mingw32/bin/ld.exe: ffmpeg/libavcodec/mediacodecenc.o:mediacodecenc.c:(.text.unlikely+0x38): undefined reference to `ff_mediacodec_surface_unref' > > Thanks, should be fixed now.