aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-01-31 07:16:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-01-31 07:16:14 +0000
commit5a40fa894c4ad0111420ee6dd51a4a9247ea64f2 (patch)
tree43babb92102094c6aa2a75c9e09ff9b9cdf812ef /packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch
parentdd373e7dfdc9f2968e0b0f5d723f62eca3a5b3c8 (diff)
downloadopenembedded-5a40fa894c4ad0111420ee6dd51a4a9247ea64f2.tar.gz
vorbis-tools 1.0.1 remove deprecated curl option. fixes #1835
Diffstat (limited to 'packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch')
-rw-r--r--packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch b/packages/vorbis-tools/vorbis-tools-1.0.1/remove-deprecated-curl-option.patch
new file mode 100644
index 0000000000..6261ac175c
--- /dev/null
+++ b/packages/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);