m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.54k stars 267 forks source link

mpv: undefined reference to `pl_log_create_273' in libavfilter.a(vf_libplacebo.o) #2430

Closed LigH-de closed 1 year ago

LigH-de commented 1 year ago
G:/MABS/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/12.2.0/../../../../i686-w64-mingw32/bin/ld.exe: G:/MABS/local32/lib\libavfilter.a(vf_libplacebo.o):vf_libplacebo.:(.text+0x2754): undefined reference to `pl_log_create_273'

logs.zip

LigH-de commented 1 year ago

local##\lib\libplacebo.a contains a reference to pl_log_create_274 instead.

Biswa96 commented 1 year ago

Probably there is some version mismatch between ffmpeg and libplacebo libraries. Try to build those from fresh start.

LigH-de commented 1 year ago

I already tried to remove build/libplacebo-git and build/mpv-git to force a rebuild, will try again by removing build/ffmpeg-git as well.

LigH-de commented 1 year ago

Removing build/ffmpeg-git helped, the suite passed.

I wonder if it would fix as well when ffmpeg rebuilds anyway due to updates.