1. 28 Mar, 2009 3 commits
    • Max Kellermann's avatar
      configure.ac: removed debug line · de7c16d1
      Max Kellermann authored
      de7c16d1
    • 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
    • Jochen Keil's avatar
      Bugfix for time/offset in flac plugin · 80e2aaf3
      Jochen Keil authored
      Previous cast to float didn't have any effect because one value is uint
      and the other is a floating type but the number itself is even..
      This caused some tracks to end before they were really at an end.
      80e2aaf3
  2. 27 Mar, 2009 21 commits
  3. 26 Mar, 2009 16 commits