You need to sign in or sign up before continuing.
  1. 03 Jan, 2013 1 commit
  2. 03 Aug, 2012 1 commit
  3. 02 Aug, 2012 1 commit
  4. 01 Aug, 2012 1 commit
  5. 30 Jul, 2012 1 commit
  6. 09 Oct, 2011 2 commits
  7. 01 Sep, 2011 1 commit
  8. 07 Jan, 2011 3 commits
  9. 21 Apr, 2010 3 commits
  10. 16 Apr, 2010 1 commit
  11. 20 Jan, 2010 2 commits
  12. 26 May, 2009 1 commit
  13. 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
  14. 29 Apr, 2009 1 commit
  15. 15 Apr, 2009 2 commits
  16. 29 Mar, 2009 1 commit
  17. 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
  18. 06 Mar, 2009 4 commits
  19. 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
  20. 05 Jan, 2009 1 commit
  21. 16 Oct, 2008 2 commits
  22. 15 Oct, 2008 1 commit
  23. 06 Oct, 2008 1 commit
  24. 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
  25. 25 Aug, 2008 1 commit
  26. 12 Apr, 2008 1 commit
  27. 28 May, 2007 1 commit
  28. 04 Dec, 2006 1 commit