summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/patches/patch-af
blob: 47b3b51b19e988fb05d59b273c7b6e1f5a611b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-af,v 1.1 2006/11/02 07:57:56 wiz Exp $

--- ogg123/http_transport.c.orig	2005-06-13 13:11:44.000000000 +0000
+++ ogg123/http_transport.c
@@ -116,7 +116,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);