Magellan Linux

Contents of /trunk/vorbis-tools/patches/vorbis-tools-1.1.1-curl-7.16.0.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 553 byte(s)
-import

1 --- vorbis-tools-1.1.1/ogg123/http_transport.c.orig 2006-12-09 16:34:44.000000000 +1100
2 +++ vorbis-tools-1.1.1/ogg123/http_transport.c 2006-12-09 16:39:46.000000000 +1100
3 @@ -116,7 +116,6 @@
4 if (inputOpts.ProxyTunnel)
5 curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
6 */
7 - curl_easy_setopt(handle, CURLOPT_MUTE, 1);
8 curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
9 curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
10 curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);