Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-07compat/w32dlfcn: add missing config.h includeJames Almer
Fixes warnings about undefined HAVE_WINRT Signed-off-by: James Almer <jamrial@gmail.com>
2017-07-30win32_dlfcn: Support WinRT/UWP.Matt Oliver
This only enables dlls that are packaged with the application to be loaded. Due to the limitations of WinRT/UWP it is not allowed to load external/system dlls so this cannot be used as a complete replacement for normal win32 dll loading. Signed-off-by: Matt Oliver <protogonoi@gmail.com>
2016-11-05compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions.Matt Oliver
Signed-off-by: Matt Oliver <protogonoi@gmail.com>