diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-20 17:39:05 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-20 17:39:05 +0100 |
commit | 176d86a3b52a87098ebbc832c93c22a4fd91db9c (patch) | |
tree | dab11d9de6eb192e16301f95453641fc4950f39f /extra/gst-plugins | |
parent | 05b90980286f8e5781c39e9c22990b2d69bd4469 (diff) | |
download | repository-176d86a3b52a87098ebbc832c93c22a4fd91db9c.tar.gz |
gst-plugins: disable nls and update options
Diffstat (limited to 'extra/gst-plugins')
-rwxr-xr-x | extra/gst-plugins/build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/gst-plugins/build b/extra/gst-plugins/build index 06055851..e3f18570 100755 --- a/extra/gst-plugins/build +++ b/extra/gst-plugins/build @@ -20,10 +20,11 @@ for plugin in libav good bad ugly; do ( # Enable auto-features in gst-plugins cl-meson \ --auto-features=auto \ - "$(check_option example false)" \ + "$(check_option examples disabled)" \ + "$(check_option nls disabled)" \ "$(check_option introspection disabled)" \ "$(check_option tests ${test:-disabled})" \ - "$(check_option qt5 disabled)" \ + "$(check_option qt5 disabled)" \ . output ninja -C output |