1. 16 8月, 2015 1 次提交
    • M
      configure: arm: Assume softfp ABI on darwin · cb2dbe2c
      Martin Storsjö 提交于
      Don't try to detect the float ABI by checking at the toolchain
      name or by trying to assemble and link files with eabi_attributes.
      
      This fixes the float ABI detection when building using clang
      with -fembed-bitcode, where the current eabi_attributes check
      accidentally passes.
      
      This issue was pointed out by James Howe <james.howe@hp.com>.
      
      CC: libav-stable@libav.org
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      cb2dbe2c
  2. 13 8月, 2015 1 次提交
  3. 12 8月, 2015 1 次提交
    • M
      movenc: Add a new flag for writing global sidx indexes for dash · 26ac22e5
      Martin Storsjö 提交于
      The double meaning of the faststart flag (moving a moov atom
      to the start of files, making them streamable, for non-fragmented
      files, vs inserting a global sidx index at the start of files
      for fragmented files) is confusing - see 40ed1cbf for
      explanation of its origins.
      
      Since the second meaning of the flag hasn't been part of any
      libav release yet, just rename it to get rid of the confusion
      without any extra deprecation (which wouldn't get rid of the
      potential confusion, of users adding -movflags faststart
      even for fragmented files, where it isn't needed for making
      them "streamable").
      
      This gets back the old behaviour, where -movflags faststart
      doesn't have any effect for fragmented files.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      26ac22e5
  4. 11 8月, 2015 8 次提交
  5. 10 8月, 2015 3 次提交
  6. 08 8月, 2015 1 次提交
  7. 06 8月, 2015 1 次提交
  8. 05 8月, 2015 3 次提交
  9. 04 8月, 2015 1 次提交
    • S
      configure: Silence error messages when probing compiler · b197f783
      Shiz 提交于
      On Xcode's clang on OS X, $cc --version will output a 'Configured with:'
      line to stderr, which clobbers the configure script output. As this line
      serves no further purpose, it should be silenced.
      
      The same applies to apple-gcc 4.2.1, which complains that it can not
      understand the kernel version it is running on.
      Signed-off-by: NLuca Barbato <lu_zero@gentoo.org>
      b197f783
  10. 02 8月, 2015 6 次提交
  11. 01 8月, 2015 4 次提交
  12. 31 7月, 2015 10 次提交