diff options
Diffstat (limited to 'user/gst-plugins-bad/curlhttpsrc.patch')
-rw-r--r-- | user/gst-plugins-bad/curlhttpsrc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/gst-plugins-bad/curlhttpsrc.patch b/user/gst-plugins-bad/curlhttpsrc.patch new file mode 100644 index 000000000..b0241735c --- /dev/null +++ b/user/gst-plugins-bad/curlhttpsrc.patch @@ -0,0 +1,11 @@ +--- a/tests/check/meson.build ++++ b/tests/check/meson.build +@@ -111,7 +111,7 @@ + [['elements/avtpsrc.c'], not avtp_dep.found(), [avtp_dep]], + [['elements/clockselect.c']], + [['elements/curlhttpsink.c'], not curl_dep.found(), [curl_dep]], +- [['elements/curlhttpsrc.c'], not curl_dep.found(), [curl_dep, gio_dep]], ++ [['elements/curlhttpsrc.c'], true], + [['elements/curlfilesink.c'], + not curl_dep.found() or not cdata.has('HAVE_UNISTD_H'), [curl_dep]], + [['elements/curlftpsink.c'], not curl_dep.found(), [curl_dep]], |