-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Description
The media-autobuild_suite.bat file contains at line 112-114:
:: common external libs
set ffmpeg_options_basic=gmp gpl libmp3lame libopus libvorbis libvpx libx264 libx265 ^lib fdk-aac
libdav1d libaom --disable-debug libfdc-aac
That last ibfdc-aac is incompatible with LGPL3 which means it doesn't build if you select LGPL3 licence - it complains that libfdc-aac is incompatible with LGPL3. This is even if fdkaac=2 in the ini file
You have to delete libfdc-aac on line 114 in order for it to work
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels