]> git.sesse.net Git - ffmpeg/commit
configure: Check for the SetDllDirectory and GetModuleHandle functions
authorMartin Storsjö <martin@martin.st>
Wed, 11 Dec 2019 20:53:28 +0000 (22:53 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 13 Dec 2019 08:53:05 +0000 (10:53 +0200)
commit06ec9c4746ebc1d3b613c1847e434bbd0b4407b4
treeb960ab6b56a4779fb7d55387e39979861f7aa811
parentf58bda642d6d95ffafd6297ca909c7dcc4e0b0e5
configure: Check for the SetDllDirectory and GetModuleHandle functions

These functions aren't available when building for the restricted
UWP/WinRT/WinStore API subsets.

Normally when building in this mode, one is probably only building
the libraries, but being able to build ffmpeg.exe still is useful
(and a ffmpeg.exe targeting these API subsets still can be run
e.g. in wine, for testing).

Signed-off-by: Martin Storsjö <martin@martin.st>
configure
fftools/cmdutils.c