1. 25 Jul, 2013 5 commits
  2. 24 Jul, 2013 1 commit
    • Martin Storsjö's avatar
      arm: Comment out unused labels in simple_idct_arm · 54ba5207
      Martin Storsjö authored
      When building for iOS in thumb mode, gas-preprocessor.pl doesn't
      mark unused labels as thumb functions (as it does for other
      local labels, where it can figure out that they are functions
      due to being referenced in branch instructions). This leads to
      linker warnings for some of those local labels, such as:
      
      ld: warning: ARM function not 4-byte aligned: __a_evaluation from
      libavcodec/libavcodec.a(simple_idct_arm.o)
      
      Therefore, comment them out since they don't have any function.
      They do still have a value in documenting key points in the
      assembly source though.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      54ba5207
  3. 23 Jul, 2013 5 commits
  4. 22 Jul, 2013 11 commits
  5. 21 Jul, 2013 3 commits
  6. 19 Jul, 2013 7 commits
  7. 18 Jul, 2013 3 commits
  8. 17 Jul, 2013 2 commits
  9. 16 Jul, 2013 1 commit
  10. 15 Jul, 2013 2 commits