Skip to content
Snippets Groups Projects
  1. Jun 01, 2016
  2. May 29, 2016
  3. May 13, 2016
  4. Apr 07, 2016
  5. Jan 25, 2016
  6. Jan 21, 2016
    • 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: default avatarMichael Niedermayer <michael@niedermayer.cc>
      Signed-off-by: default avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
      064963bd
  7. Jul 08, 2015
  8. Jun 19, 2015
  9. May 29, 2015
  10. Feb 17, 2015
  11. Jul 21, 2014
  12. Feb 16, 2014
  13. Feb 14, 2014
  14. Dec 05, 2013
  15. Nov 28, 2013
  16. Oct 29, 2013
  17. Oct 24, 2013
  18. 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
  19. Mar 27, 2013
  20. Feb 15, 2013
  21. Feb 11, 2013
  22. Feb 03, 2013
  23. Feb 02, 2013
  24. Dec 10, 2012
  25. Nov 23, 2012
  26. Nov 02, 2012
  27. Oct 23, 2012
  28. Oct 10, 2012
  29. 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
  30. Sep 19, 2012
  31. Aug 29, 2012
  32. Aug 27, 2012
  33. Aug 07, 2012
Loading