Skip to content
Snippets Groups Projects
  1. Jul 21, 2014
  2. Feb 16, 2014
  3. Feb 14, 2014
  4. Nov 28, 2013
    • 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
  5. Oct 29, 2013
  6. 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
  7. Mar 27, 2013
  8. Feb 11, 2013
  9. Dec 10, 2012
  10. Nov 23, 2012
  11. Nov 02, 2012
  12. Oct 23, 2012
  13. Oct 10, 2012
  14. 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
  15. Sep 19, 2012
  16. Aug 29, 2012
  17. Aug 27, 2012
  18. Aug 07, 2012
  19. Jul 28, 2012
  20. Mar 26, 2012
  21. Dec 17, 2011
  22. Dec 13, 2011
  23. Jul 30, 2011
  24. Jul 11, 2011
  25. Jul 10, 2011
  26. Jul 07, 2011
  27. Jun 28, 2011
  28. Jun 26, 2011
  29. Jun 25, 2011
  30. Jun 23, 2011
  31. Jun 03, 2011
  32. Mar 29, 2011
  33. Dec 07, 2010
    • Ramiro Polla's avatar
      fix building test programs with gnu make 3.82 · a854bcdb
      Ramiro Polla authored
      Test programs may be named either %.c or %-test.c. In some cases (ie. fft),
      both files exist and make has to choose which rule to use. Up to gnu make
      3.81, rules were applied in definition order, in this case favouring the
      generic %.c rule from common.mak. gnu make 3.82 uses a shortest stem first
      order, applying definition order for same length stems. In this case,
      %-test.c must come first in order for make to pick the proper source file.
      
      Originally committed as revision 25918 to svn://svn.ffmpeg.org/ffmpeg/trunk
      a854bcdb
  34. Mar 17, 2010
  35. Mar 09, 2010
Loading