File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
- name : Prepare compile_commands.json
33
33
run : |
34
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
35
+ 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
36
37
- meson setup build -Dbuildtype=release -Dclang_libcpp=disabled -Dtests=true
37
+ meson setup build -Dbuildtype=release -Dclang_libcpp=disabled -Dtests=true -Duse_embedded_ffmpeg=enabled
38
38
meson compile -C build git_version.hpp
39
39
40
40
- uses : cpp-linter/cpp-linter-action@v2
You can’t perform that action at this time.
0 commit comments