diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 21:11:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 21:11:18 +0300 |
commit | 0ce07e0a4e1f8345fd3d1ece7540a57906768227 (patch) | |
tree | 333748b261aa2873f05c5f43ffaa308e9ba3b5fa /extra/gst-plugins-base | |
parent | 5d19d4f96d3c788ce3e6e8db809d4b6ecb07a8f8 (diff) | |
download | repository-0ce07e0a4e1f8345fd3d1ece7540a57906768227.tar.gz |
gst-plugins-base: enable auto-features in gstreamer plugins
Diffstat (limited to 'extra/gst-plugins-base')
-rwxr-xr-x | extra/gst-plugins-base/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/gst-plugins-base/build b/extra/gst-plugins-base/build index 46e859c7..bf56ece1 100755 --- a/extra/gst-plugins-base/build +++ b/extra/gst-plugins-base/build @@ -2,7 +2,9 @@ export DESTDIR="$1" +# So many features are auto that we are going to make an exception for this one. cl-meson \ + --auto-features=auto \ -Dtremor=disabled \ -Dexamples=disabled \ -Dgtk_doc=disabled \ |