1. 26 Nov, 2015 1 commit
  2. 16 Oct, 2015 1 commit
  3. 11 Oct, 2015 1 commit
    • 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: 's avatarLuca Barbato <lu_zero@gentoo.org>
      c1aac39e
  4. 21 Jul, 2015 1 commit
  5. 02 Jul, 2015 1 commit
  6. 21 Jul, 2014 2 commits
  7. 18 Jun, 2014 1 commit
    • 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. 15 May, 2014 1 commit
    • 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. 11 May, 2014 1 commit
  10. 28 Apr, 2014 2 commits
  11. 06 Apr, 2014 1 commit
  12. 13 Mar, 2014 1 commit
  13. 02 Dec, 2013 2 commits
  14. 26 Nov, 2013 1 commit
  15. 25 Nov, 2013 2 commits
  16. 23 Nov, 2013 1 commit
  17. 03 Nov, 2013 1 commit
  18. 31 Oct, 2013 1 commit
  19. 24 May, 2013 1 commit
  20. 05 Apr, 2013 1 commit
  21. 27 Mar, 2013 1 commit
  22. 23 Feb, 2013 1 commit
  23. 10 Dec, 2012 1 commit
    • Mans Rullgard's avatar
      build: fix 'clean' target · 395c3feb
      Mans Rullgard authored
      This fixes removal of TOOLS as well as HOSTPROGS declared in the
      top-level Makefile.  The clean target in common.mak needs to be
      eval'd since the variables used within are reset for each library.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      395c3feb
  24. 07 Dec, 2012 1 commit
  25. 23 Nov, 2012 1 commit
  26. 30 Oct, 2012 1 commit
  27. 25 Oct, 2012 1 commit
  28. 23 Oct, 2012 1 commit
  29. 15 Oct, 2012 1 commit
  30. 12 Oct, 2012 1 commit
  31. 29 Aug, 2012 1 commit
  32. 28 Aug, 2012 2 commits
  33. 27 Aug, 2012 1 commit
  34. 09 Aug, 2012 1 commit
  35. 08 Aug, 2012 1 commit