diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-05 01:23:21 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-05 01:23:21 +0100 |
commit | 5ff41d5b50f2d0dae7eee0e005decaf1f5521711 (patch) | |
tree | 4e630e135d73bc3ca48d90bac5e44b0d0aea0be3 /extra/gstreamer/build | |
parent | fdfda555775ebaefe0099dc0c12db22352e84d80 (diff) | |
download | repository-5ff41d5b50f2d0dae7eee0e005decaf1f5521711.tar.gz |
gstreamer: bump to 1.20.0
Diffstat (limited to 'extra/gstreamer/build')
-rwxr-xr-x | extra/gstreamer/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gstreamer/build b/extra/gstreamer/build index feb1af61..11517bc3 100755 --- a/extra/gstreamer/build +++ b/extra/gstreamer/build @@ -5,8 +5,8 @@ export DESTDIR="$1" cl-meson \ -Ddbghelp=disabled \ -Dintrospection=disabled \ - -Dexample=false \ - -Dgtk_doc=disabled \ + -Dexamples=disabled \ + -Ddoc=disabled \ . output ninja -C output |