1. 17 Oct, 2016 1 commit
  2. 29 May, 2016 1 commit
  3. 13 May, 2016 1 commit
  4. 07 Apr, 2016 1 commit
  5. 21 Jul, 2014 1 commit
  6. 16 Feb, 2014 1 commit
  7. 14 Feb, 2014 1 commit
  8. 28 Nov, 2013 1 commit
    • Vittorio Giovara's avatar
      configure: add strip flags checks · 0673ede9
      Vittorio Giovara authored
      This will check if -wN '..@*' is available and fall back on -x if not;
      when none are available, do not run strip at all to prevent removing
      functions that might be actually needed.
      0673ede9
  9. 29 Oct, 2013 1 commit
  10. 07 Oct, 2013 1 commit
    • Loren Merritt's avatar
      build: Strip spurious labels · e52567c2
      Loren Merritt authored
      The implementation of 25cb0c1a involves lots of spurious labels.
      
      The effect of keeping those labels around is making debugging harder.
      Those labels are meaningless, and complicate the disassembly. Also,
      gdb can't tell the difference between them and function entry points.
      
      This new strip command is irrelevant to any usage of Libav that would
      have used the old fully stripped version, because the old one was for
      non-debug use.
      Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      e52567c2
  11. 27 Mar, 2013 1 commit
  12. 11 Feb, 2013 1 commit
  13. 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
  14. 23 Nov, 2012 1 commit
  15. 02 Nov, 2012 1 commit
  16. 23 Oct, 2012 1 commit
  17. 10 Oct, 2012 5 commits
  18. 09 Oct, 2012 1 commit
    • Mans Rullgard's avatar
      build: link test programs only against static libs · 0fb3b24a
      Mans Rullgard authored
      The test programs use internal symbols so cannot be linked against the
      shared libs.  Linking against both shared and static is pointless and
      might do something strange depending on the linker.  This changes the
      dependencies so the test programs are linked only against the static
      library for the component they belong to.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      0fb3b24a
  19. 19 Sep, 2012 1 commit
  20. 29 Aug, 2012 1 commit
  21. 27 Aug, 2012 1 commit
  22. 07 Aug, 2012 2 commits
  23. 28 Jul, 2012 1 commit
  24. 26 Mar, 2012 1 commit
  25. 17 Dec, 2011 1 commit
  26. 13 Dec, 2011 1 commit
  27. 30 Jul, 2011 1 commit
  28. 11 Jul, 2011 1 commit
  29. 10 Jul, 2011 1 commit
  30. 07 Jul, 2011 1 commit
  31. 28 Jun, 2011 1 commit
  32. 26 Jun, 2011 1 commit
  33. 25 Jun, 2011 1 commit
  34. 23 Jun, 2011 1 commit
  35. 03 Jun, 2011 1 commit