1. 29 May, 2016 3 commits
  2. 27 May, 2016 1 commit
  3. 19 Apr, 2016 1 commit
  4. 07 Apr, 2016 1 commit
    • Diego Biurrun's avatar
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun authored
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202
  5. 30 Mar, 2016 1 commit
  6. 26 Nov, 2015 1 commit
  7. 16 Oct, 2015 1 commit
  8. 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
  9. 21 Jul, 2015 1 commit
  10. 02 Jul, 2015 1 commit
  11. 21 Jul, 2014 2 commits
  12. 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
  13. 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
  14. 11 May, 2014 1 commit
  15. 28 Apr, 2014 2 commits
  16. 06 Apr, 2014 1 commit
  17. 13 Mar, 2014 1 commit
  18. 02 Dec, 2013 2 commits
  19. 26 Nov, 2013 1 commit
  20. 25 Nov, 2013 2 commits
  21. 23 Nov, 2013 1 commit
  22. 03 Nov, 2013 1 commit
  23. 31 Oct, 2013 1 commit
  24. 24 May, 2013 1 commit
  25. 05 Apr, 2013 1 commit
  26. 27 Mar, 2013 1 commit
  27. 23 Feb, 2013 1 commit
  28. 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
  29. 07 Dec, 2012 1 commit
  30. 23 Nov, 2012 1 commit
  31. 30 Oct, 2012 1 commit
  32. 25 Oct, 2012 1 commit
  33. 23 Oct, 2012 1 commit
  34. 15 Oct, 2012 1 commit