Ticket #2240: vorbis-tools-1.1.1-curl-7.16.1.patch

File vorbis-tools-1.1.1-curl-7.16.1.patch, 553 bytes (added by Ag. Hatzimanikas, 17 years ago)
  • vorbis-tools-1.1.1/ogg123/http_transport.c

    old new  
    116116  if (inputOpts.ProxyTunnel)
    117117    curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
    118118  */
    119   curl_easy_setopt(handle, CURLOPT_MUTE, 1);
    120119  curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
    121120  curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
    122121  curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);