You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
Index: configure |
|
--- configure.orig 2003-11-17 17:51:14 +0100 |
|
+++ configure 2006-11-04 14:56:50 +0100 |
|
@@ -10373,9 +10373,9 @@ |
|
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char" |
|
;; |
|
sparc-sun-*) |
|
- DEBUG="-g -Wall -fsigned-char -mv8" |
|
- CFLAGS="-O20 -ffast-math -fsigned-char -mv8" |
|
- PROFILE="-pg -g -O20 -fsigned-char -mv8" |
|
+ DEBUG="-g -Wall -fsigned-char" |
|
+ CFLAGS="-O20 -ffast-math -fsigned-char" |
|
+ PROFILE="-pg -g -O20 -fsigned-char" |
|
;; |
|
*-*-darwin*) |
|
DEBUG="-fno-common -g -Wall -fsigned-char" |
|
Index: ogg123/http_transport.c |
|
--- ogg123/http_transport.c.orig 2003-08-07 01:14:12 +0200 |
|
+++ ogg123/http_transport.c 2006-11-04 14:59:11 +0100 |
|
@@ -113,7 +113,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);
|
|
|