diff options
author | Alex Viskovatoff <viskovatoff@gmail.com> | 2010-12-20 19:21:53 -0800 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-12-21 07:57:07 +0100 |
commit | 41fdcf328c0a08fe9adb4007a60c007167054862 (patch) | |
tree | e08761532d7361518e57599602c8e97cf01219b5 /NEWS | |
parent | 144ad7992e16f82bf068bf5f4b397729aeb40a61 (diff) | |
download | mpd-41fdcf328c0a08fe9adb4007a60c007167054862.tar.gz mpd-41fdcf328c0a08fe9adb4007a60c007167054862.tar.xz mpd-41fdcf328c0a08fe9adb4007a60c007167054862.zip |
decoder/mad: work around build failure on Solaris
Rename the "version" struct, because it seems to be a reserved name on
Solaris:
"src/decoder/mad_decoder_plugin.c", line 550: (enum) tag redeclared: version
cc: acomp failed for src/decoder/mad_decoder_plugin.c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ ver 0.16.1 (2010/??/??) * audio_check: fix parameter in prototype +* decoder: + - mad: work around build failure on Solaris * output: - solaris: add missing parameter to open_cloexec() cal |