mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes related to the change of FLAC__VERSION_STRING from a #define to an identifier
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user