Skip to content
Snippets Groups Projects
  1. Jul 21, 2014
  2. Feb 16, 2014
  3. Feb 14, 2014
  4. Dec 05, 2013
  5. Nov 28, 2013
  6. Oct 29, 2013
  7. Oct 24, 2013
  8. Oct 07, 2013
    • 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: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      e52567c2
  9. Mar 27, 2013
  10. Feb 15, 2013
  11. Feb 11, 2013
  12. Feb 03, 2013
  13. Feb 02, 2013
  14. Dec 10, 2012
  15. Nov 23, 2012
  16. Nov 02, 2012
  17. Oct 23, 2012
  18. Oct 10, 2012
  19. Oct 09, 2012
    • 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: default avatarMans Rullgard <mans@mansr.com>
      0fb3b24a
  20. Sep 19, 2012
  21. Aug 29, 2012
  22. Aug 27, 2012
  23. Aug 07, 2012
  24. Jul 28, 2012
  25. Mar 26, 2012
  26. Dec 17, 2011
  27. Dec 13, 2011
  28. Oct 22, 2011
  29. Jul 30, 2011
  30. Jul 11, 2011
  31. Jul 10, 2011
  32. Jul 07, 2011
Loading