summaryrefslogtreecommitdiff
path: root/audio/tremor-tools/patches/patch-ah
blob: a53e0a02fcc85a7c925cd225b564b8fe3ad00f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.1 2006/12/06 19:52:55 joerg Exp $

--- ogg123/http_transport.c.orig	2006-12-06 19:46:55.000000000 +0000
+++ ogg123/http_transport.c
@@ -112,7 +112,6 @@ 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_ERRORBUFFER, private->error);
   curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
   curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);