aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch')
-rw-r--r--recipes/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch b/recipes/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch
new file mode 100644
index 0000000000..6261ac175c
--- /dev/null
+++ b/recipes/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch
@@ -0,0 +1,13 @@
+Index: vorbis-tools-1.0.1/ogg123/http_transport.c
+===================================================================
+--- vorbis-tools-1.0.1.orig/ogg123/http_transport.c
++++ vorbis-tools-1.0.1/ogg123/http_transport.c
+@@ -113,7 +113,7 @@ void set_curl_opts (http_private_t *priv
+ if (inputOpts.ProxyTunnel)
+ curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
+ */
+- curl_easy_setopt(handle, CURLOPT_MUTE, 1);
++ /* curl_easy_setopt(handle, CURLOPT_MUTE, 1); */
+ curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
+ curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
+ curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);