diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-26 16:19:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-26 16:19:21 (GMT) |
commit | 58f565b3ba3ce77ed425d8edbb7a2c0d5229eb3a (patch) | |
tree | a055187bbc7cc3119c07e6118bc6d68d878154f4 /abs/extra-testing/vorbis-tools/curl.patch | |
parent | c2fc19e61471b38fd48d002fedee21912e8f18c1 (diff) | |
download | linhes_pkgbuild-58f565b3ba3ce77ed425d8edbb7a2c0d5229eb3a.zip linhes_pkgbuild-58f565b3ba3ce77ed425d8edbb7a2c0d5229eb3a.tar.gz linhes_pkgbuild-58f565b3ba3ce77ed425d8edbb7a2c0d5229eb3a.tar.bz2 |
vorbis-tools: ADD
Diffstat (limited to 'abs/extra-testing/vorbis-tools/curl.patch')
-rw-r--r-- | abs/extra-testing/vorbis-tools/curl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra-testing/vorbis-tools/curl.patch b/abs/extra-testing/vorbis-tools/curl.patch new file mode 100644 index 0000000..2aabebe --- /dev/null +++ b/abs/extra-testing/vorbis-tools/curl.patch @@ -0,0 +1,10 @@ +--- vorbis-tools-1.1.1/ogg123/http_transport.c.orig 2006-12-09 16:34:44.000000000 +1100 ++++ vorbis-tools-1.1.1/ogg123/http_transport.c 2006-12-09 16:39:46.000000000 +1100 +@@ -116,7 +116,6 @@ + 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); |