git » gstreamer.git » commit b65615c

gstreamer 1.24.2

author Urja (ARMLFS builder)
2024-07-12 17:47:56 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:47:56 UTC
parent bba6f21cadd19835cf2d5eaed715d1638b81c844

gstreamer 1.24.2

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1f62031..9e1ba02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -180,7 +180,7 @@ build() {
   export GI_SCANNER_DISABLE_CACHE=1
 
   arch-meson gstreamer build "${meson_options[@]}"
-  meson configure build  # Print config
+  # meson configure build  # Print config
   meson compile -C build
 }