Skip to content
Snippets Groups Projects
  1. Jun 12, 2014
  2. Jun 09, 2014
  3. Jun 08, 2014
  4. Feb 09, 2014
  5. Jan 25, 2014
  6. Jan 16, 2014
  7. Jan 13, 2014
  8. Dec 04, 2013
  9. Nov 28, 2013
  10. Oct 30, 2013
  11. Oct 01, 2013
  12. Sep 19, 2013
  13. Sep 09, 2013
  14. Sep 08, 2013
  15. Sep 07, 2013
  16. Sep 04, 2013
  17. Aug 26, 2013
  18. Jul 13, 2013
    • Ron's avatar
      Doc improvements for --bitrate. · 1ba67020
      Ron authored
      Include the doc fixes from 3138cb7c,
      even if people don't want the --quality alias after all.
      1ba67020
    • Ron's avatar
      Always try to update the version when autogen.sh is run · c08a77d3
      Ron authored
      This avoids at least one case where ./autogen.sh && ./configure && make
      will re-run configure because the makefile rules updated something that
      it depends upon. Pulling a new version from git will change the version
      so we should update that at the first step rather than iterating after
      the last one.
      c08a77d3
  19. Jul 11, 2013
  20. Jun 29, 2013
  21. Jun 28, 2013
    • Ron's avatar
      Tweak the sound driver detection tests · 531c646d
      Ron authored
      Test for the available possibilities in the code in the same order that
      we use when including the headers.  This ensures that BSDs which test
      positive for both sndio and oss compat won't include the headers for one
      and the code for the other.  The sndio support was added in commit
      064bb217, but only preferred sndio when
      including the headers.
      
      Enable the OSS code for all the possible HAVE_*_SOUNDCARD_H options.
      A more comprehensive test and additional macros were added in commit
      a0c50052, but only to include the
      headers, not to also enable the relevant code.
      531c646d
    • Ron's avatar
      c255b119
  22. Jun 10, 2013
    • Ron's avatar
      Drop the test for lrint too · 19923d61
      Ron authored
      Nothing uses it either.
      19923d61
    • Ron's avatar
      Replace the last AC_TRY_COMPILE · 62cf9645
      Ron authored
      It is declared to be obsolete and we already use AC_COMPILE_IFELSE
      everywhere else, so finish the job to avoid confusion and people
      pasting more instances of it in later.
      
      Double quote all the parameters to AC_LANG_SOURCE and AC_LANG_PROGRAM.
      This is actually required, even if you can get away with not doing it
      sometimes, so again set a good example for future changes to follow,
      to hopefully avoid people getting bitten harder than they need to be.
      62cf9645
    • Ron's avatar
      Get rid of LIBM altogether · 71adeb9f
      Ron authored
      And the exp() check too.  Nothing in the code actually tests for that
      and it's irrelevant whether it needs libm or not, since plenty of other
      things definitely do need it.
      
      So add the hardcoded -lm back where it is definitely needed (at the
      very least for the speex resampler), and make sure it is in LIBS when
      we test for lrint and f{min,max}f, since those tests do fail on Linux
      if libm isn't linked.
      71adeb9f
Loading