diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-23 17:02:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-23 17:02:36 +0000 |
| commit | 41342d54449fa9e6e32f5beae6cbff89469b9a37 (patch) | |
| tree | 8fe6a0be61374847e65c15083188b5b373f03c51 /src | |
| parent | ccf0f6d54673e7ba71e34668f359560f980ff434 (diff) | |
| download | qmmp-41342d54449fa9e6e32f5beae6cbff89469b9a37.tar.gz qmmp-41342d54449fa9e6e32f5beae6cbff89469b9a37.tar.bz2 qmmp-41342d54449fa9e6e32f5beae6cbff89469b9a37.zip | |
fixed build under debian(closes issue 135)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1069 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Input/aac/decoder_aac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/aac/decoder_aac.cpp b/src/plugins/Input/aac/decoder_aac.cpp index 065ea6b43..0d02dfb83 100644 --- a/src/plugins/Input/aac/decoder_aac.cpp +++ b/src/plugins/Input/aac/decoder_aac.cpp @@ -122,7 +122,7 @@ bool DecoderAAC::initialize() } #ifdef FAAD_MODIFIED uint32_t freq = 0; - uint8_t m_chan = 0; + uint8_t chan = 0; #else unsigned long freq = 0; unsigned char chan = 0; |
