1. 18 Jan, 2020 1 commit
  2. 17 Jun, 2019 1 commit
  3. 15 Jun, 2019 1 commit
  4. 06 Jun, 2019 1 commit
  5. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  6. 31 Oct, 2018 1 commit
  7. 05 Jul, 2018 1 commit
  8. 21 Jan, 2018 1 commit
  9. 16 Jan, 2018 1 commit
  10. 08 Feb, 2017 1 commit
  11. 03 Jan, 2017 1 commit
  12. 24 Nov, 2016 1 commit
  13. 18 Nov, 2016 4 commits
  14. 26 Feb, 2016 1 commit
  15. 23 Feb, 2016 1 commit
  16. 22 Feb, 2016 1 commit
  17. 21 Jan, 2015 1 commit
  18. 01 Jan, 2015 1 commit
  19. 29 Aug, 2014 2 commits
  20. 26 Aug, 2014 2 commits
  21. 19 Aug, 2014 2 commits
  22. 24 Jan, 2014 1 commit
  23. 23 Jan, 2014 1 commit
  24. 13 Jan, 2014 1 commit
  25. 23 Oct, 2013 1 commit
  26. 21 Oct, 2013 4 commits
  27. 19 Oct, 2013 1 commit
    • Sebastian Thorarensen's avatar
      decoder/modplug: Add "loop_count" parameter · db44a6e9
      Sebastian Thorarensen authored
      The "loop_count" configuration parameter allows the user to set how
      many times a module with backward loops shall loop. "0" (the default)
      means a module is not allowed to use backward loops at all. "-1"
      enables inifinite looping.
      db44a6e9
  28. 17 Oct, 2013 1 commit
  29. 02 Oct, 2013 1 commit
  30. 27 Sep, 2013 1 commit
  31. 26 Sep, 2013 1 commit
    • Max Kellermann's avatar
      decoder/modplug: fix include directory · d7b0073c
      Max Kellermann authored
      Since Debian package 1:0.8.8.4-4, the pkg-config file does not contain
      -I/usr/include/libmodplug anymore, and we need to add the
      "libmodplug/" prefix to the #include line.
      d7b0073c