aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/corebird/disable-gst-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/corebird/disable-gst-check.patch')
-rw-r--r--unmaintained/corebird/disable-gst-check.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/unmaintained/corebird/disable-gst-check.patch b/unmaintained/corebird/disable-gst-check.patch
new file mode 100644
index 0000000000..a6b9d2cde2
--- /dev/null
+++ b/unmaintained/corebird/disable-gst-check.patch
@@ -0,0 +1,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
+
+