1. 24 Dec, 2014 1 commit
  2. 19 Dec, 2014 1 commit
    • Martin Storsjö's avatar
      libavformat: Only use MoveFileExA when targeting the desktop API subset · 8ebf02f8
      Martin Storsjö authored
      The MoveFileExA is available in the headers regardless which API
      subset is targeted, but it is missing in the Windows Phone link
      libraries. When targeting Windows Store apps, the function is
      available both in the headers and in the link libraries, and thus
      there is no indication for the build system that this function
      should be avoided - such an indication is only given by the
      Windows App Certification Kit, which forbids using the MoveFileExA
      function.
      
      Therefore check the WINAPI_FAMILY defines instead, to figure out
      which API subset is targeted.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      8ebf02f8
  3. 15 Dec, 2014 2 commits
  4. 12 Dec, 2014 2 commits
  5. 11 Dec, 2014 2 commits
  6. 09 Dec, 2014 2 commits
  7. 08 Dec, 2014 2 commits
  8. 07 Dec, 2014 1 commit
  9. 03 Dec, 2014 1 commit
  10. 02 Dec, 2014 2 commits
    • Nicolas George's avatar
      configure: add a note about pkg-config --static. · 6c96aa06
      Nicolas George authored
      Try to detect "$cc -static" without "pkg-config --static".
      Also, when a library detection using pkg-config fails,
      make it explicit this was pkg-config.
      6c96aa06
    • Nicolas George's avatar
      configure: add optional pkg-config helper and use it. · cfcaf6b3
      Nicolas George authored
      The require variant dies if the package is not present.
      The check variant does not import the flags to the used list.
      The new variant imports the flags if the package is present
      but does not die if it is not.
      The new call graph is: require -> use -> check.
      
      Use use_pkg_config for libx264 and libsmbclient: more readable
      and three external call less per library.
      cfcaf6b3
  11. 28 Nov, 2014 1 commit
  12. 27 Nov, 2014 1 commit
  13. 24 Nov, 2014 1 commit
  14. 21 Nov, 2014 1 commit
  15. 20 Nov, 2014 2 commits
  16. 18 Nov, 2014 1 commit
  17. 17 Nov, 2014 2 commits
  18. 15 Nov, 2014 1 commit
  19. 12 Nov, 2014 1 commit
  20. 10 Nov, 2014 1 commit
  21. 08 Nov, 2014 1 commit
    • Carl Eugen Hoyos's avatar
      Remove fminf() emulation. · 4436a8f4
      Carl Eugen Hoyos authored
      The emulation is unused and causes compilation trouble on systems
      where fminf() is defined in <math.h> but missing from libm.
      This should fix compilation on Debian powerpcspe.
      4436a8f4
  22. 05 Nov, 2014 2 commits
  23. 03 Nov, 2014 1 commit
  24. 31 Oct, 2014 1 commit
  25. 30 Oct, 2014 1 commit
  26. 29 Oct, 2014 2 commits
  27. 28 Oct, 2014 1 commit
  28. 26 Oct, 2014 1 commit
  29. 25 Oct, 2014 2 commits