Mercurial > audlegacy
diff Plugins/Input/mpg123/http.c @ 748:71189eb31ea9 trunk
[svn] use PACKAGE_NAME instead of PACKAGE for autoconf compatibility
author | nenolod |
---|---|
date | Mon, 27 Feb 2006 20:24:11 -0800 |
parents | d539e5c5f730 |
children | a7b53e6a71e0 |
line wrap: on
line diff
--- a/Plugins/Input/mpg123/http.c Mon Feb 27 20:22:27 2006 -0800 +++ b/Plugins/Input/mpg123/http.c Mon Feb 27 20:24:11 2006 -0800 @@ -467,7 +467,7 @@ "Host: %s\r\n" "User-Agent: %s/%s\r\n" "%s%s%s%s\r\n", - file, host, PACKAGE, VERSION, + file, host, PACKAGE_NAME, PACKAGE_VERSION, proxy_auth ? proxy_auth : "", auth ? auth : "", "Icy-MetaData:1\r\n",