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
50 stars 10 forks source link

Ubuntu 22.04 ffplay wont build #10

Closed ma-blip closed 11 months ago

ma-blip commented 1 year ago

Hi Again.

Forgot to mention that ffplay does not build on a fresh install of Ubuntu 22.04.

Resolved by installing:

sudo apt-get install libsdl2-dev

before compile. You might want to add that to your dependecies install.

Regards

slyfox1186 commented 11 months ago

I have combed in internet for solutions. I am stumped. I have built the script on native ubuntu 22.04 and ffplay was missing then immediately booted into Windows and used WSL Debian 12 and it had ffplay when the build was finished using the exact same build script.