1. 02 Jan, 2020 1 commit
  2. 16 Dec, 2019 1 commit
  3. 20 Nov, 2019 1 commit
    • Max Kellermann's avatar
      lib/xiph/VorbisComments: move to separate static library · c129ca9f
      Max Kellermann authored
      This also reverts the previous commit which was wrong.  When the
      Vorbis decoder is disabled, we can't compile VorbisComments.cxx at
      all.
      
      Instead of expanding the #ifdef, this commit moves VorbisComments.cxx
      to a separate library with dependencies on libvorbis (which was
      missing previously, which could also lead to build failures if the
      libvorbis headers were in a non-standard directory).
      c129ca9f
  4. 14 Aug, 2019 2 commits
  5. 17 Mar, 2019 1 commit
  6. 21 Jan, 2019 1 commit
    • Jörg Krause's avatar
      meson: add fixed-point Vorbis (Tremor) decoder support · 4f7d52db
      Jörg Krause authored
      Re-add build support for the fixed-point Vorbis (Tremor) decoder, which
      was dropped when switching from Autotools to Meson.
      
      Note, that it is not possible to build both, the Vorbis and the Tremor
      decoder.
      
      Closes: #405
      4f7d52db
  7. 04 Nov, 2018 2 commits
  8. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14