We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc69a28 commit d9a1fbfCopy full SHA for d9a1fbf
.github/workflows/lint.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Prepare compile_commands.json
33
run: |
34
sudo apt-get update
35
- sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* desktop-file-utils -y --no-install-recommends
+ sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* desktop-file-utils libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev -y --no-install-recommends
36
37
- meson setup build -Dbuildtype=release -Dclang_libcpp=disabled -Dtests=true
+ meson setup build -Dbuildtype=release -Dclang_libcpp=disabled -Dtests=true -Duse_embedded_ffmpeg=enabled
38
meson compile -C build git_version.hpp
39
40
- uses: cpp-linter/cpp-linter-action@v2
0 commit comments