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

Gpac compile issues #6

Closed ma-blip closed 10 months ago

ma-blip commented 10 months ago

Hi.

Script breaks with error when compiling gpac. Ubuntu 22.04 LTS

Solved by adding execute sudo make "-j${cpu_threads}"

before this line in the script execute sudo make "-j${cpu_threads}" install

Regards

slyfox1186 commented 10 months ago

i wasn't able to find this line. I did find the line you said that "fixed it". If there are issues that I still missed just let me know.