mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-02 01:43:49 +00:00
ci: Remove `-Dvaapi=disabled
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1743>
This commit is contained in:
parent
6dc6c2dde1
commit
03b7c3d26e
2 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@ meson setup build \
|
|||
-Dintrospection=disabled \
|
||||
-Dlibav=disabled \
|
||||
-Dpython=disabled \
|
||||
-Dvaapi=disabled \
|
||||
"${PLUGINS[@]}" "$@"
|
||||
meson compile -C build
|
||||
meson install -C build
|
||||
|
|
|
@ -39,7 +39,6 @@ $MESON_ARGS = @(`
|
|||
"-Dsharp=disabled", `
|
||||
"-Dpython=disabled", `
|
||||
"-Dlibav=disabled", `
|
||||
"-Dvaapi=disabled", `
|
||||
"-Dgtk=enabled", `
|
||||
"-Dgst-plugins-base:pango=enabled", `
|
||||
"-Dgst-plugins-good:cairo=enabled", `
|
||||
|
|
Loading…
Reference in a new issue