Re: Compile error undefined reference to `ff_evc_parse_free'

Reimar Döffinger <[email protected]> Sat, 1 Jul 2023 14:06:44 +0200
Newsgroups gmane.comp.video.mplayer.user
Message-ID <[email protected]>

> On 29 Jun 2023, at 08:29, max muster <[email protected]> wrote:
> 
> Hello,
[...]
> D:/master/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.2.0/../../../../i686-w64-mingw32/bin/ld.exe: ffmpeg/libavcodec/evc_parser.o:evc_parser.c:(.text+0xb): undefined reference to `ff_evc_ps_free'
> collect2.exe: error: ld returned 1 exit status
> make: *** [Makefile:751: mplayer.exe] Error 1
> 
> I this a known error ?

Fixed now. As usual checking out an older FFmpeg version or compiling against a prebuilt FFmpeg
can work around these kind of issues.