fix build with recent curl; from kili@
This commit is contained in:
parent
9c5b0e74d6
commit
6f786575b4
11
audio/tremor-tools/patches/patch-ogg123_http_transport_c
Normal file
11
audio/tremor-tools/patches/patch-ogg123_http_transport_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-ogg123_http_transport_c,v 1.1 2006/11/16 16:43:39 naddy Exp $
|
||||
--- ogg123/http_transport.c.orig Thu Nov 16 17:13:25 2006
|
||||
+++ ogg123/http_transport.c Thu Nov 16 17:13:43 2006
|
||||
@@ -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);
|
11
audio/vorbis-tools/patches/patch-ogg123_http_transport_c
Normal file
11
audio/vorbis-tools/patches/patch-ogg123_http_transport_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-ogg123_http_transport_c,v 1.1 2006/11/16 16:43:39 naddy Exp $
|
||||
--- ogg123/http_transport.c.orig Thu Nov 16 17:01:16 2006
|
||||
+++ ogg123/http_transport.c Thu Nov 16 17:01:23 2006
|
||||
@@ -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);
|
Loading…
Reference in New Issue
Block a user