Skip to content
Snippets Groups Projects
  1. Mar 02, 2018
  2. Nov 13, 2017
    • 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: default avatarMichael Niedermayer <michael@niedermayer.cc>
      43171a2a
  3. Oct 29, 2017
  4. Oct 25, 2017
  5. Oct 23, 2017
  6. Oct 11, 2017
  7. Oct 10, 2017
  8. Sep 22, 2017
  9. Aug 28, 2017
  10. Aug 25, 2017
  11. Aug 24, 2017
  12. Aug 07, 2017
  13. Aug 05, 2017
  14. Jul 30, 2017
  15. Jul 10, 2017
    • 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
  16. Jun 21, 2017
  17. Apr 30, 2017
  18. Apr 24, 2017
  19. Apr 15, 2017
  20. Apr 13, 2017
  21. Apr 12, 2017
  22. Apr 02, 2017
  23. Mar 31, 2017
  24. Mar 23, 2017
  25. Mar 20, 2017
Loading