Thanks for the alert, replaced dependency from ffmpeg to ffmpeg4.4 in synfig-dev that use it. synfig-studio rely on it (that's done). Also need to adapt paths detection in synfig-dev (todo)
This works, updated package:
export LDFLAGS=-L/usr/lib/ffmpeg4.4/ export CFLAGS=-I/usr/include/ffmpeg4.4/ export CPPFLAGS=-I/usr/include/ffmpeg4.4/ ./configure [...]
Pinned Comments
Popolon commented on 2022-05-10 11:55 (UTC) (edited on 2022-05-10 12:09 (UTC) by Popolon)
Thanks for the alert, replaced dependency from ffmpeg to ffmpeg4.4 in synfig-dev that use it. synfig-studio rely on it (that's done). Also need to adapt paths detection in synfig-dev (todo)
This works, updated package: