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