1. 01 Dec, 2006 1 commit
    • Ryan C. Gordon's avatar
      From: Torsten Giebl · 391d73e3
      Ryan C. Gordon authored
      Subject: ALLOCA Patch for SDL-1.2
      Newsgroups: gmane.comp.lib.sdl
      Date: 2006-10-24 00:31:16 GMT
      
      Hello !
      
      As alloca.h is not available on CYGWIN and MinGW32
      it should not be checked there or it should be checked
      with -mno-cygwin using.
      
      I am a total configure.in newbie, but i found the way
      that things are handled in configure.in pretty bad for the
      case CYGWIN with MinGW Mode or not.
      
      Maybe this is not possible but i would like to
      have a way to detect at the start for example CYGWIN
      and then add. ask if configure was called with --enable-cygwin
      for example. --enable-cygwin should be optional and disabled
      by default as we want to have MinGW Mode by default.
      
      Only if the user wants it he should be able to use it.
      
      Then the whole configure.in would get add. questions
      okay the system is CYGWIN with or without MinGW Mode.
      
      The alloca.h thing for example is only
      available under CYGWIN ( without MinGW Mode ).
      
      CU
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402243
      391d73e3
  2. 29 Nov, 2006 4 commits
  3. 21 Nov, 2006 1 commit
  4. 13 Nov, 2006 3 commits
  5. 11 Nov, 2006 1 commit
  6. 07 Nov, 2006 3 commits
  7. 03 Nov, 2006 1 commit
  8. 29 Oct, 2006 5 commits
  9. 28 Oct, 2006 7 commits
  10. 27 Oct, 2006 1 commit
  11. 21 Oct, 2006 1 commit
  12. 20 Oct, 2006 1 commit
  13. 18 Oct, 2006 1 commit
  14. 17 Oct, 2006 1 commit
  15. 01 Oct, 2006 5 commits
  16. 24 Sep, 2006 4 commits
    • Sam Lantinga's avatar
      Formatting update · 4ecb44b1
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402120
      4ecb44b1
    • Sam Lantinga's avatar
      Fixed bug #292 · d0a80f6b
      Sam Lantinga authored
      I might be on crack here.
      
      It looks like SDL_ConvertMono() in src/audio/SDL_audiocvt.c adds the left and
      right channels of a stereo stream together, and clamps the new mono channel if
      it would overflow.
      
      Shouldn't it be dividing by 2 to average the two sample points instead of
      clamping? Otherwise the mono sample point's volume doubles in the conversion.
      This would also make the conversion faster, as it replaces two branches per
      sample frame with a bitwise shift.
      
      --ryan.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402119
      d0a80f6b
    • Sam Lantinga's avatar
      Fixed bug #316 · a42c7f14
      Sam Lantinga authored
      Looks like this is a long standing typo... is this code even used anymore?
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402114
      a42c7f14
    • Sam Lantinga's avatar
      Fixed bug #321 · a0b47a8c
      Sam Lantinga authored
      Hi,
      if "configure" is given an explicit --libdir, the sdl-config still contains
      the default "${exec_prefix}/lib" for runtime linker path.
      
      That should be changed to $libdir, as this is where the library goes to...
      
      Regards,
        Juergen
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402112
      a0b47a8c