Skip to content
Snippets Groups Projects
Commit 54eba373 authored by Frediano Ziglio's avatar Frediano Ziglio
Browse files

fixup! gstreamer-encoder: Use a h/w based encoder with Intel GPUs if possible (v3)

Fix CI, do not compile with gstreamer with old debian version.
parent 2a55b6dd
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ websocket-autobahn:
- git clean -fdx
- git submodule foreach --recursive git clean -fdx
- >
meson setup --buildtype=release build || (cat build/meson-logs/meson-log.txt && exit 1)
meson setup --buildtype=release -Dgstreamer=no build || (cat build/meson-logs/meson-log.txt && exit 1)
- ninja -C build
- build/server/tests/test-websocket & pid=$!
- wstest -m fuzzingclient -s server/tests/fuzzingclient.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment