Skip to content
Snippets Groups Projects
  1. Nov 23, 2012
  2. Nov 02, 2012
  3. Oct 23, 2012
  4. Oct 10, 2012
  5. 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
  6. Sep 19, 2012
  7. Aug 29, 2012
  8. Aug 27, 2012
  9. Aug 07, 2012
  10. Jul 28, 2012
  11. Mar 26, 2012
  12. Dec 17, 2011
  13. Dec 13, 2011
  14. Oct 22, 2011
  15. Jul 30, 2011
  16. Jul 11, 2011
  17. Jul 10, 2011
  18. Jul 07, 2011
  19. Jun 28, 2011
  20. Jun 26, 2011
  21. Jun 25, 2011
  22. Jun 23, 2011
  23. Jun 03, 2011
  24. May 24, 2011
  25. Mar 31, 2011
  26. Mar 29, 2011
  27. 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
  28. Mar 17, 2010
  29. Mar 09, 2010
Loading