1. 25 Apr, 2016 1 commit
    • Florian Schlichting's avatar
      DecoderBuffer: add missing include · 27d4b159
      Florian Schlichting authored
      > In file included from src/decoder/DecoderBuffer.cxx:21:0:
      > src/decoder/DecoderBuffer.hxx:41:20: error: 'uint8_t' was not declared in this scope
      >   DynamicFifoBuffer<uint8_t> buffer;
      >                     ^
      > src/decoder/DecoderBuffer.hxx:41:27: error: template argument 1 is invalid
      >   DynamicFifoBuffer<uint8_t> buffer;
      >                            ^
      > src/decoder/DecoderBuffer.hxx: In member function 'void DecoderBuffer::Clear()':
      > src/decoder/DecoderBuffer.hxx:61:10: error: request for member 'Clear' in '((DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 'int'
      >    buffer.Clear();
      >           ^
      > src/decoder/DecoderBuffer.hxx: In member function 'size_t DecoderBuffer::GetAvailable() const':
      > src/decoder/DecoderBuffer.hxx:78:17: error: request for member 'GetAvailable' in '((const DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 'const int'
      >    return buffer.GetAvailable();
      >                  ^
      > src/decoder/DecoderBuffer.hxx: In member function 'ConstBuffer<void> DecoderBuffer::Read() const':
      > src/decoder/DecoderBuffer.hxx:87:19: error: request for member 'Read' in '((const DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 'const int'
      >    auto r = buffer.Read();
      >                    ^
      > src/decoder/DecoderBuffer.hxx:88:27: error: could not convert '{<expression error>, <expression error>}' from '<brace-enclosed initializer list>' to 'ConstBuffer<void>'
      >    return { r.data, r.size };
      >                            ^
      > src/decoder/DecoderBuffer.hxx: In member function 'void DecoderBuffer::Consume(size_t)':
      > src/decoder/DecoderBuffer.hxx:105:10: error: request for member 'Consume' in '((DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 'int'
      >    buffer.Consume(nbytes);
      >           ^
      
      This seems to be caused by a lacking include, fixed by the below patch.
      
      I'm unsure what made this appear now, though, compiler and toolchain
      libraries seem to be the same upstream versions that built 0.19.14-1
      just fine in late March.
      27d4b159
  2. 26 Feb, 2016 1 commit
  3. 01 Jan, 2015 1 commit
  4. 22 Sep, 2014 3 commits
  5. 12 Jul, 2014 2 commits
  6. 11 Jul, 2014 1 commit
  7. 11 May, 2014 1 commit
  8. 23 Jan, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 06 Jan, 2014 3 commits
  11. 23 Oct, 2013 1 commit
  12. 21 Oct, 2013 1 commit
  13. 19 Oct, 2013 1 commit
  14. 17 Apr, 2013 1 commit
  15. 29 Jan, 2011 1 commit
  16. 01 Jan, 2010 1 commit
  17. 30 Sep, 2009 1 commit
  18. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  19. 17 Feb, 2009 1 commit