aports/community/corebird/disable-gst-check.patch
2017-05-05 13:22:03 +00:00

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