1. 26 May, 2009 1 commit
  2. 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
  3. 29 Apr, 2009 1 commit
  4. 15 Apr, 2009 2 commits
  5. 29 Mar, 2009 1 commit
  6. 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
  7. 06 Mar, 2009 4 commits
  8. 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
  9. 05 Jan, 2009 1 commit
  10. 16 Oct, 2008 2 commits
  11. 15 Oct, 2008 1 commit
  12. 06 Oct, 2008 1 commit
  13. 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
  14. 25 Aug, 2008 1 commit
  15. 12 Apr, 2008 1 commit
  16. 28 May, 2007 1 commit
  17. 04 Dec, 2006 1 commit
  18. 14 Sep, 2006 1 commit
  19. 12 Sep, 2006 1 commit
  20. 18 Jul, 2006 1 commit
    • Eric Wong's avatar
      Some more autotools fixes/hacks/workarounds · 47037c6a
      Eric Wong authored
      autogen.sh:
      Detect more strange paths for aclocal on different
      packaging systems.  This should help encourage more
      people to run svn code on their systems.
      
      configure.ac:
      Tested on FreeBSD (6.1).  Darwin, OpenBSD, NetBSD info
      gleaned off the Makefile distributed with git.
      
      m4/shout.m4:
      The Shout 2.2 port on a FreeBSD 6.1 machine seemed
      problematic when it's compiled against pthreads, so this is
      a gross hack to force -lpthread on it
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@4390 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      47037c6a
  21. 15 Jul, 2006 1 commit
  22. 16 Mar, 2006 1 commit
  23. 13 Mar, 2005 1 commit
  24. 12 Mar, 2005 1 commit
  25. 01 Feb, 2005 1 commit
  26. 14 Nov, 2004 1 commit