1. 03 Aug, 2012 1 commit
  2. 02 Aug, 2012 1 commit
  3. 01 Aug, 2012 1 commit
  4. 30 Jul, 2012 1 commit
  5. 09 Oct, 2011 2 commits
  6. 01 Sep, 2011 1 commit
  7. 07 Jan, 2011 3 commits
  8. 21 Apr, 2010 3 commits
  9. 16 Apr, 2010 1 commit
  10. 20 Jan, 2010 2 commits
  11. 26 May, 2009 1 commit
  12. 15 May, 2009 1 commit
    • Max Kellermann's avatar
      configure.ac: removed the --disable-lametest option · bad23421
      Max Kellermann authored
      The M4 function AM_PATH_LAME (m4/lame.m4) defined a configure flag
      named "--disable-lametest".  This is redundant with configure.ac's
      --disable-lame-encoder, and specifying both options may break the
      build.  Since AM_PATH_LAME is only called when the encoder plugin is
      enabled, we can safely remove that --disable-lametest option.
      bad23421
  13. 29 Apr, 2009 1 commit
  14. 15 Apr, 2009 2 commits
  15. 29 Mar, 2009 1 commit
  16. 28 Mar, 2009 2 commits
    • Max Kellermann's avatar
      configure.ac: added M4 function MPD_AUTO_PKG() for ALSA · 87e0b1ad
      Max Kellermann authored
      MPD_AUTO_PKG() runs pkg-config and then forwards control to
      MPD_AUTO_RESULT().  This is a commonly used short cut.
      87e0b1ad
    • Max Kellermann's avatar
      configure.ac: fail when ALSA is enabled but not found · 53ed647b
      Max Kellermann authored
      This patch adds a small autoconf M4 library which deals with
      auto-detected features.  The default for those features is "auto",
      which is like the old default: if the library is present on the
      system, enable the feature, disable otherwise.  If the user explicitly
      enables that feature (--enable-alsa), and the library is not present,
      configure must fail, because it cannot fulfill the request.
      53ed647b
  17. 06 Mar, 2009 4 commits
  18. 25 Feb, 2009 1 commit
    • Max Kellermann's avatar
      configure.ac: declare AM_CFLAGS · bdb3129f
      Max Kellermann authored
      Moved generic compiler options to AM_CFLAGS.  MPD_CFLAGS/MPD_LIBS will
      hopefully fade away one day, in favor of more fine-grained variables.
      bdb3129f
  19. 05 Jan, 2009 1 commit
  20. 16 Oct, 2008 2 commits
  21. 15 Oct, 2008 1 commit
  22. 06 Oct, 2008 1 commit
  23. 12 Sep, 2008 1 commit
    • Eric Wollesen's avatar
      shout: added mp3 encoder · 5f8eebd1
      Eric Wollesen authored
      [mk: moved this patch after "Refactor and cleanup of shout Ogg and MP3
      audio outputs".  The original commit message follows, although it is
      outdated:]
      
      Creation of shout_mp3 audio output plugin. Basically I just copied the
      existing shout plugin and replaced ogg with lame. Uses lame for mp3
      encoding. Next step is to pull common functionality out of each shout
      plugin and share it between them.
      
      Configuration options for "shout_mp3" are the same as for "shout".
      5f8eebd1
  24. 25 Aug, 2008 1 commit
  25. 12 Apr, 2008 1 commit
  26. 28 May, 2007 1 commit
  27. 04 Dec, 2006 1 commit
  28. 14 Sep, 2006 1 commit