aboutsummaryrefslogtreecommitdiffstats
path: root/community/corebird/disable-gst-check.patch
blob: a6b9d2cde2263ec45929cd42ba25aaf5a87bd552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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