From aac604c87b4b3b16b8cc4eb99ca9051749383f52 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 21 Sep 2018 19:06:01 +0000 Subject: fixed gcc warnings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8326 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decodersndfilefactory.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.cpp') 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 -- cgit v1.2.3-13-gbd6f