1. 03 Mar, 2018 1 commit
  2. 02 Mar, 2018 1 commit
  3. 13 Nov, 2017 1 commit
    • Thomas Köppe's avatar
      Fix missing used attribute for inline assembly variables · 43171a2a
      Thomas Köppe authored
      Variables used in inline assembly need to be marked with attribute((used)).
      Static constants already were, via the define of DECLARE_ASM_CONST.
      But DECLARE_ALIGNED does not add this attribute, and some of the variables
      defined with it are const only used in inline assembly, and therefore
      appeared dead. This change adds a macro DECLARE_ASM_ALIGNED that marks
      variables as used.
      
      This change makes FFMPEG work with Clang's ThinLTO.
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      43171a2a
  4. 29 Oct, 2017 1 commit
  5. 25 Oct, 2017 1 commit
  6. 23 Oct, 2017 1 commit
  7. 11 Oct, 2017 1 commit
  8. 10 Oct, 2017 2 commits
  9. 22 Sep, 2017 1 commit
  10. 28 Aug, 2017 1 commit
  11. 25 Aug, 2017 1 commit
  12. 24 Aug, 2017 1 commit
  13. 07 Aug, 2017 1 commit
  14. 05 Aug, 2017 1 commit
  15. 30 Jul, 2017 4 commits
  16. 10 Jul, 2017 1 commit
    • Diego Biurrun's avatar
      build: Add feature test macros for glibc 2.19+ · 825e463a
      Diego Biurrun authored
      glibc introduced _DEFAULT_SOURCE in version 2.19 to replace _BSD_SOURCE and
      _SVID_SOURCE, which were deprecated in version 2.20. Add _DEFAULT_SOURCE
      where the latter two are used to be forwards-compatible and avoid warnings
      about the use of deprecated definitions.
      825e463a
  17. 21 Jun, 2017 1 commit
  18. 30 Apr, 2017 1 commit
  19. 24 Apr, 2017 1 commit
  20. 15 Apr, 2017 3 commits
  21. 13 Apr, 2017 1 commit
  22. 12 Apr, 2017 1 commit
  23. 02 Apr, 2017 2 commits
  24. 31 Mar, 2017 2 commits
  25. 23 Mar, 2017 3 commits
  26. 20 Mar, 2017 5 commits