Skip to content
Snippets Groups Projects
  1. Nov 26, 2015
  2. Oct 16, 2015
  3. Oct 11, 2015
    • Sean McGovern's avatar
      build: add Solaris symbol versioning · c1aac39e
      Sean McGovern authored
      
      The versioning facility in the Solaris linker differs from Linux in 3 ways:
      
      1. It does not support globs in linker scripts for
      symbol versioning -- this is a GNU extension.
      
      2. The linker argument is '-M', instead of '--version-script'.
      
      3. It is picky about line endings.
      Each symbol or directive must be on a line of it's own.
      
      Let's use make_sunver.pl from GCC to generate a version script that works
      correctly with the Solaris linker. It's function is to correctly expand the
      globs in the original generated version script.
      
      Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
      c1aac39e
  4. Jul 21, 2015
  5. Jul 02, 2015
  6. Jul 21, 2014
  7. Jun 18, 2014
    • Anton Khirnov's avatar
      Remove avserver. · 894682a9
      Anton Khirnov authored
      It has not been properly maintained for years and there is little hope
      of that changing in the future.
      It appears simpler to write a new replacement from scratch than
      unbreaking it.
      894682a9
  8. May 15, 2014
    • Janne Grunau's avatar
      build: add avresample after avcodec to FFLIBS · 5e2ba41d
      Janne Grunau authored
      avcodec might depend on avresample and with --as-needed required symbols
      might be get removed if avresample is linked before avcodec.
      Fixes link failures of avprobe and avplay on aarch64 with
      --enable-neon-clobber-test.
      5e2ba41d
  9. May 11, 2014
  10. Apr 28, 2014
  11. Apr 06, 2014
  12. Mar 13, 2014
  13. Dec 02, 2013
  14. Nov 26, 2013
  15. Nov 25, 2013
  16. Nov 23, 2013
  17. Nov 03, 2013
  18. Oct 31, 2013
  19. May 24, 2013
  20. Apr 05, 2013
  21. Mar 27, 2013
  22. Feb 23, 2013
  23. Dec 10, 2012
  24. Dec 07, 2012
  25. Nov 23, 2012
  26. Oct 30, 2012
  27. Oct 25, 2012
  28. Oct 23, 2012
  29. Oct 15, 2012
  30. Oct 12, 2012
  31. Aug 29, 2012
  32. Aug 28, 2012
  33. Aug 27, 2012
  34. Aug 09, 2012
  35. Aug 08, 2012
Loading