diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-21 19:06:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-21 19:06:01 +0000 |
| commit | aac604c87b4b3b16b8cc4eb99ca9051749383f52 (patch) | |
| tree | c3bc76ba573a1d1c4a2b0bbe7a539f7d21f7f2c9 /src/plugins/Input/sndfile | |
| parent | 308378970a4a584c6300a3822a21a41862d44445 (diff) | |
| download | qmmp-aac604c87b4b3b16b8cc4eb99ca9051749383f52.tar.gz qmmp-aac604c87b4b3b16b8cc4eb99ca9051749383f52.tar.bz2 qmmp-aac604c87b4b3b16b8cc4eb99ca9051749383f52.zip | |
fixed gcc warnings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8326 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile')
| -rw-r--r-- | src/plugins/Input/sndfile/decodersndfilefactory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.cpp b/src/plugins/Input/sndfile/decodersndfilefactory.cpp index cc492fa00..f786e091a 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.cpp +++ b/src/plugins/Input/sndfile/decodersndfilefactory.cpp @@ -29,7 +29,9 @@ #include "decoder_sndfile.h" #include "decodersndfilefactory.h" +#ifndef WAVE_FORMAT_PCM #define WAVE_FORMAT_PCM 0x0001 +#endif #define WAVE_FORMAT_ADPCM 0x0002 #define WAVE_FORMAT_IEEE_FLOAT 0x0003 #define WAVE_FORMAT_ALAW 0x0006 |
