summaryrefslogtreecommitdiff
path: root/recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch')
-rw-r--r--recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch b/recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch
deleted file mode 100644
index 5c52ef1b0d..0000000000
--- a/recipes/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN vorbis-tools-1.1.1.orig/ogg123/http_transport.c vorbis-tools-1.1.1/ogg123/http_transport.c
---- vorbis-tools-1.1.1.orig/ogg123/http_transport.c 2005-06-13 15:11:44.000000000 +0200
-+++ vorbis-tools-1.1.1/ogg123/http_transport.c 2007-12-19 10:40:19.000000000 +0100
-@@ -116,7 +116,7 @@
- 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);