1. 03 Nov, 2008 4 commits
    • Max Kellermann's avatar
      configure.ac: separate the "aac" and "mp4" decoder tests · f70dccdc
      Max Kellermann authored
      MPD used to have a copy of the mp4ff library.  Since that has been
      removed, AAC suport was disabled when there was no libmp4ff.  Separate
      the libmp4ff test, and enable AAC support no matter if libmp4ff is
      available.
      f70dccdc
    • Max Kellermann's avatar
      alsa: initialize "device" with NULL · 9074f924
      Max Kellermann authored
      When using autodetection, AlsaData.device wasn't properly initialized
      with NULL.  This broke autodetection randomly.
      9074f924
    • Max Kellermann's avatar
      mod: removed boolean globals for lazy init · e6f334a0
      Max Kellermann authored
      The variables mod_mikModInitiated and mod_mikModInitError were used to
      control lazy initialization, but they are superfluous now.
      e6f334a0
    • Max Kellermann's avatar
      mod: always initialize libmikmod · bb15c3bd
      Max Kellermann authored
      The "mod" decoder plugin was being initialized lazily, but was
      deinitialized unconditionally.  That led to segmentation faults.
      Convert mod_initMikMod() to be the global module initialization
      method.  The MPD core should care about lazy initialization.
      bb15c3bd
  2. 02 Nov, 2008 35 commits
  3. 01 Nov, 2008 1 commit