1. 21 Jul, 2009 3 commits
  2. 20 Jul, 2009 8 commits
  3. 19 Jul, 2009 6 commits
  4. 18 Jul, 2009 2 commits
  5. 17 Jul, 2009 11 commits
  6. 16 Jul, 2009 9 commits
  7. 15 Jul, 2009 1 commit
    • mru's avatar
      Disable gcc auto-vectorisation · fa3a6713
      mru authored
      The auto-vectoriser in gcc is enabled by default at -O3 since version
      4.3.  However, it provides no speed benefit, but does produce incorrect
      code on many targets.  Disabling it for gcc should give more reliable
      builds.
      
      If the adventurous want it back, they can edit the makefile themselves.
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19439 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      fa3a6713