Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157563
Collapse All | Expand All

(-)vorbis-tools-1.1.1/ogg123/http_transport.c.orig (-1 lines)
Lines 116-122 Link Here
116
  if (inputOpts.ProxyTunnel)
116
  if (inputOpts.ProxyTunnel)
117
    curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
117
    curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
118
  */
118
  */
119
  curl_easy_setopt(handle, CURLOPT_MUTE, 1);
120
  curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
119
  curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
121
  curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
120
  curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
122
  curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);
121
  curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);

Return to bug 157563