aboutsummaryrefslogtreecommitdiff
path: root/extra/gstreamer/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 20:13:10 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 20:13:10 +0300
commite68df900732ff81009aaf44db7fd3ca6bf63b2c9 (patch)
tree8ccc31089490563b16c98917f1cfeec7cd9a1cf3 /extra/gstreamer/build
parentc2c3cbb75bba9e990d71f74629fec147c0e043bd (diff)
downloadrepository-e68df900732ff81009aaf44db7fd3ca6bf63b2c9.tar.gz
gstreamer: bump to 1.18.5
Diffstat (limited to 'extra/gstreamer/build')
-rwxr-xr-xextra/gstreamer/build6
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/gstreamer/build b/extra/gstreamer/build
index 7028b78a..6407286d 100755
--- a/extra/gstreamer/build
+++ b/extra/gstreamer/build
@@ -1,10 +1,8 @@
#!/bin/sh -e
-export DESTDIR="$1"
+export DESTDIR=$1
-meson \
- --prefix=/usr \
- -Dbuildtype=release \
+cl-meson \
-Ddbghelp=disabled \
-Dintrospection=disabled \
-Dexample=false \