mpd/src/audioOutputs
Max Kellermann 8a5109483d made "sample_size" static const
sample_size is a variable which is computed at compile time.  Declare
it "static const", so the compiler can optimize it away.
2008-08-26 08:27:16 +02:00
..
audioOutput_alsa.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_ao.c enable -Wpointer-arith, -Wstrict-prototypes 2008-08-26 08:27:02 +02:00
audioOutput_fifo.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_jack.c made "sample_size" static const 2008-08-26 08:27:16 +02:00
audioOutput_mvp.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_null.c enable -Wpointer-arith, -Wstrict-prototypes 2008-08-26 08:27:02 +02:00
audioOutput_oss.c enable -Wpointer-arith, -Wstrict-prototypes 2008-08-26 08:27:02 +02:00
audioOutput_osx.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_pulse.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_shout.c converted MpdTagItem.type to an enum 2008-08-26 08:27:09 +02:00