1. 25 Jun, 2016 1 commit
  2. 29 May, 2016 1 commit
  3. 13 May, 2016 1 commit
  4. 24 Mar, 2016 1 commit
  5. 25 Jan, 2016 1 commit
  6. 24 Jan, 2016 1 commit
  7. 23 Jan, 2016 1 commit
  8. 21 Jan, 2016 1 commit
    • Andreas Cadhalpun's avatar
      build: make out-of-tree builds bit-identical to in-tree builds · 064963bd
      Andreas Cadhalpun authored
      Previously the full source path was embedded inconsistently in the debug
      information between in-tree/out-of-tree builds.
      
      The 'vpath %.inc' becomes necessary for finding
      libavfilter/all_channel_layouts.inc in out-of-tree builds.
      
      The full source path is still embedded in the debug information, but
      it's now independent of whether building in-tree or out-of-tree.
      
      The biggest improvement of this patch is that gdb now always searches
      for the path relative to the source directory. It still also searches
      for the full path.
      Previously it searched only for the full path in out-of-tree builds,
      making the debug information generated by Debian's buildds rather hard
      to use.
      Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      Signed-off-by: 's avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
      064963bd
  9. 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
  10. 21 Jul, 2015 1 commit
  11. 11 Mar, 2015 1 commit
  12. 21 Feb, 2015 1 commit
  13. 17 Feb, 2015 1 commit
  14. 19 May, 2014 1 commit
  15. 14 May, 2014 1 commit
  16. 13 May, 2014 2 commits
  17. 30 Mar, 2014 1 commit
  18. 16 Feb, 2014 1 commit
  19. 09 Dec, 2013 2 commits
  20. 07 Dec, 2013 1 commit
  21. 05 Dec, 2013 1 commit
  22. 02 Dec, 2013 1 commit
  23. 15 Nov, 2013 1 commit
  24. 03 Oct, 2013 1 commit
  25. 05 Apr, 2013 1 commit
  26. 27 Mar, 2013 1 commit
  27. 19 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. 25 Oct, 2012 1 commit
  30. 15 Sep, 2012 1 commit
  31. 29 Aug, 2012 1 commit
  32. 28 Aug, 2012 1 commit
  33. 27 Aug, 2012 1 commit
  34. 09 Aug, 2012 2 commits
  35. 07 Aug, 2012 2 commits
  36. 30 Jul, 2012 1 commit