Skip to content
Snippets Groups Projects
  1. Jan 14, 2016
  2. Dec 22, 2015
    • James Zern's avatar
      configure: remove default CROSS for arm targets · 5aab99f2
      James Zern authored
      arm-none-linux-gnueabi- is an anachronism and makes building on native
      arm platforms more difficult. further, many distros include alternative
      cross compilers, e.g., arm-linux-gnueabihf-, so the choice is best left
      up to the user.
      
      Change-Id: Id8aaf820ed112b85db2b8518d0e9d8abee1ad85c
      5aab99f2
    • James Zern's avatar
      configure: avoid default when CROSS is set to null · 47a1718c
      James Zern authored
      avoids picking up defaults if CROSS is forcibly set empty as in:
      $ CROSS= ./configure ...
      
      BUG=1121
      
      Change-Id: I6af91959288dede01efe3e5945698ab249eb6ec3
      47a1718c
  3. Dec 09, 2015
    • Tom Finegan's avatar
      iosbuild.sh: Support macosx targets in Xcode 7. · acf580d2
      Tom Finegan authored
      Xcode 7 refuses to link to x86 and x86_64 code that's built for
      iphone sim, so add an extra command line flag that forces iosbuild
      to use darwin15 targets.
      
      Change-Id: I2228d458f5cccf4d26866040380a974f88d9d360
      acf580d2
  4. Nov 18, 2015
    • James Zern's avatar
      configure: simplify x86 asm dependencies · 6e6dbbc6
      James Zern authored
      --disable-XXX has the effect of disabling all extensions above it, e.g.,
      --disable-ssse3 disables ssse3-avx2.
      
      Change-Id: If02b44ca71ee12e4acb12010db8593a7989f2a9d
      6e6dbbc6
  5. Nov 02, 2015
  6. Oct 27, 2015
  7. Oct 26, 2015
  8. Sep 29, 2015
    • Yaowu Xu's avatar
      Merged branch 'master' into nextgenv2 · 7c514e2d
      Yaowu Xu authored
      Resolved Conflicts in the following files:
              configure
              vp10/common/idct.c
              vp10/encoder/dct.c
              vp10/encoder/encodemb.c
              vp10/encoder/rdopt.c
      
      Change-Id: I4cb3986b0b80de65c722ca29d53a0a57f5a94316
      7c514e2d
  9. Sep 25, 2015
  10. Sep 24, 2015
  11. Sep 17, 2015
  12. Sep 12, 2015
  13. Sep 10, 2015
    • James Zern's avatar
      build: modify default ARFLAGS / .a target · 1b3d7753
      James Zern authored
      remove 'u' and specify all objects to allow objects with the same
      basename to be added and a incremental rebuild to succeed
      
      fixes issue #1067
      
      Change-Id: Id0ebc89be826a026f1bbf21b4e32a2b1af45154d
      1b3d7753
  14. Sep 09, 2015
  15. Sep 02, 2015
  16. Aug 27, 2015
    • James Zern's avatar
      configure: append --extra-cflags to final set · 43a34557
      James Zern authored
      previously any flags added while setting up the toolchain would
      override the user selections; environment variables could be treated
      similarly
      
      Change-Id: Ibfcc644137d8e579af554d19a38d4020019a7a34
      43a34557
  17. Aug 12, 2015
  18. Aug 05, 2015
  19. Aug 03, 2015
  20. Jul 31, 2015
    • Jingning Han's avatar
      Fix compiler warning in mips/dspr2 · 135b43cc
      Jingning Han authored
      This commit fixes the mix declaration and definition warning when
      mips/dspr2 is turned on.
      
      Change-Id: I633d6fe42368b9ac35b106786ebac6969ad53552
      135b43cc
  21. Jul 30, 2015
  22. Jul 29, 2015
  23. Jul 27, 2015
  24. Jul 25, 2015
  25. Jun 22, 2015
    • Brion Vibber's avatar
      Fix building with iOS 9 beta SDK · 78637b61
      Brion Vibber authored
      configure.sh was setting some Mac OS X options for iOS targets, which
      confuses the iOS 9 beta SDK in Xcode 7 when linking libraries.
      
      Additionally, old armv6 media extensions were being enabled on iOS
      when they're not needed (we always have Neon since iOS 6). These
      broke on iOS 9 SDK which no longer assembles those instructions.
      
      Change-Id: I4e4d2722392ead3382ce96289c03ef1e489799d6
      78637b61
  26. Jun 19, 2015
    • James Zern's avatar
      build: add *test-no-data-check targets · 557ae511
      James Zern authored
      skips testdata verification; useful with slow media or if the data was
      retrieved via a separate call to testdata
      
      Change-Id: Ifd97892cee6c04b0111874cc8071675e90ec852b
      557ae511
  27. Jun 10, 2015
  28. Jun 05, 2015
    • James Zern's avatar
      vs/armv7: use -oldit armasm flag · 5908e0b6
      James Zern authored
      this quiets warnings from armv6 code [1].
      from msdn [2]:
      -oldit
      Generate ARMv7-style IT blocks. By default, ARMv8-compatible IT blocks
      are generated.
      
      a new configuration would be needed for armv8 in any case as the neon
      assembly is being built, so removing this should be harmless
      
      [1] A4509: This form of conditional instruction is deprecated
      [2] https://msdn.microsoft.com/en-us/library/hh873189.aspx
      
      Change-Id: I4c3b838b52a87401c6daecd83d22ab148ed7c5d9
      5908e0b6
  29. Jun 03, 2015
  30. May 13, 2015
Loading