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

Librist CPPcheck #9

Closed ma-blip closed 1 year ago

ma-blip commented 1 year ago

Me again!

On a clean install of Ubuntu 22.04 LTS Librist fails to build.

Needs sudo apt install cppcheck

You might want to add that to the installer script.

Regards

==================================== Downloading https://code.videolan.org/rist/librist.git as librist-git Successfully cloned: /home/cmpe/ffmpeg-build-script/ffmpeg-build-script/packages/librist-git

$ meson setup build --prefix=/home/cmpe/ffmpeg-build-script/ffmpeg-build-script/workspace --buildtype=release --default-library=static --strip -Dstatic_analyze=true -Dtest=false

Failed to execute: meson setup build --prefix=/home/cmpe/ffmpeg-build-script/ffmpeg-build-script/workspace --buildtype=release --default-library=static --strip -Dstatic_analyze=true -Dtest=false

slyfox1186 commented 1 year ago

cppcheck will be added. Thank you for all the help.