mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
15 lines
292 B
Diff
15 lines
292 B
Diff
diff --git a/configure b/configure
|
|
index 1be799c..8f9dd8b 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -12935,7 +12935,8 @@ fi
|
|
|
|
if test "$disable_gst_check" = "no"; then
|
|
# Check for gtksink
|
|
- GST_ELEMENT_CHECK(gtksink, 1.0, , )
|
|
+ # GST_ELEMENT_CHECK(gtksink, 1.0, , )
|
|
+ return 0
|
|
fi
|
|
|
|
|