summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-07 16:38:59 -0300
committerJames Almer <jamrial@gmail.com>2017-11-07 16:50:26 -0300
commitce52e430b2df17b5efa28669f6c58992758f9913 (patch)
tree093216c86c15f04b3fc6cc535f3682b071a4bde4 /compat
parent514dda60703aed269debe1a099644c1114b452e6 (diff)
downloadffmpeg-streaming-ce52e430b2df17b5efa28669f6c58992758f9913.zip
ffmpeg-streaming-ce52e430b2df17b5efa28669f6c58992758f9913.tar.gz
compat/w32dlfcn: add missing config.h include
Fixes warnings about undefined HAVE_WINRT Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'compat')
-rw-r--r--compat/w32dlfcn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/w32dlfcn.h b/compat/w32dlfcn.h
index 78cc8f4..c83bdc9 100644
--- a/compat/w32dlfcn.h
+++ b/compat/w32dlfcn.h
@@ -21,6 +21,7 @@
#ifdef _WIN32
#include <windows.h>
+#include "config.h"
#if (_WIN32_WINNT < 0x0602) || HAVE_WINRT
#include "libavutil/wchar_filename.h"
#endif
OpenPOWER on IntegriCloud