configure.ac: fix solaris result display
Wrong variable name.
This commit is contained in:
parent
79435dbdec
commit
df1152ee0f
4
NEWS
4
NEWS
|
@ -1,5 +1,7 @@
|
|||
ver 0.16.5 (2010/??/??)
|
||||
* configure.ac: disable assertions in the non-debugging build
|
||||
* configure.ac
|
||||
- disable assertions in the non-debugging build
|
||||
- show solaris plugin result correctly
|
||||
* pcm_format: fix 32-to-24 bit conversion (the "silence" bug)
|
||||
* input:
|
||||
- rewind: reduce heap usage
|
||||
|
|
|
@ -1553,7 +1553,7 @@ results(pulse, [PulseAudio])
|
|||
results(mvp, [Media MVP])
|
||||
results(shout, [SHOUTcast])
|
||||
printf '\n\t'
|
||||
results(solaris, [Solaris])
|
||||
results(solaris_output, [Solaris])
|
||||
results(winmm_output, [WinMM])
|
||||
|
||||
if
|
||||
|
|
Loading…
Reference in New Issue