blob: 6261ac175cb2f2fb0fe7bf05cbd41eaa23c4c8ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);
|