1. 04 Jan, 2009 2 commits
    • Max Kellermann's avatar
      configure.ac: detect libid3tag without pkg-config · 1cad0c5b
      Max Kellermann authored
      libid3tag comes without a pkg-config file, and it is usually added by
      distribution packages.  For those without .pc file, attempt to
      auto-detect the library with AC_CHECK_LIB.
      1cad0c5b
    • Max Kellermann's avatar
      player_thread: fix cross-fading duplicate chunk bug · 55b6fd2f
      Max Kellermann authored
      When the decoder of the new song is not fast enough, the player thread
      has to wait for it for a moment.  However the variable "nextChunk" was
      reset to -1 during that, making the next loop iteration assume that
      cross-fading has not begun yet.  This patch overwrites it with "0"
      while waiting.
      55b6fd2f
  2. 03 Jan, 2009 38 commits