fixes related to the change of FLAC__VERSION_STRING from a #define to an identifier

This commit is contained in:
Josh Coalson
2002-09-25 06:09:47 +00:00
parent 7dfd40de07
commit 82738b303c
4 changed files with 12 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ InputPlugin flac_ip =
{
NULL,
NULL,
"Reference FLAC Player v" FLAC__VERSION_STRING,
"Reference FLAC Player v" VERSION,
FLAC_XMMS__init,
FLAC_XMMS__aboutbox,
FLAC_XMMS__configure,