slyfox1186 / ffmpeg-build-script

The FFmpeg build script build's the most up to date version of FFmpeg by using API calls to download the latest source code available.
GNU General Public License v3.0
45 stars 9 forks source link

Script has issues when non-free repository is not enabled #4

Closed simone-85 closed 11 months ago

simone-85 commented 11 months ago

lsb_release -a : Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm

Not enabling non-free causes some problems installing package 'libfdk-aac-dev' (which is part of the non-free repo) This is solved by adding non-free repository in /etc/apt/sources.list

slyfox1186 commented 11 months ago

Thanks. I can remove that entry as it is built from source code during script execution.