Compilation fails against latest ffmpeg
A cross-platform DVD authoring application
Brought to you by:
ntalex
Compilation fails against latest ffmpeg.
Reports on Archlinux package https://aur.archlinux.org/packages/dvdstyler/
User able to compile after
diff:
src/mediaenc_ffmpeg.cpp
226c226
< c->flags |= CODEC_FLAG_GLOBAL_HEADER;
---
> c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
See attachment for build log. Is this related to wxsvg dependency which is build against latest ffmpeg 4.0.3?
Thanks
fixed in version 3.1 beta 3