[FFmpeg-cvslog] compat/w32dlfcn: add missing config.h include

James Almer git at videolan.org
Tue Nov 7 21:51:33 EET 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Nov  7 16:38:59 2017 -0300| [ce52e430b2df17b5efa28669f6c58992758f9913] | committer: James Almer

compat/w32dlfcn: add missing config.h include

Fixes warnings about undefined HAVE_WINRT

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce52e430b2df17b5efa28669f6c58992758f9913
---

 compat/w32dlfcn.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat/w32dlfcn.h b/compat/w32dlfcn.h
index 78cc8f4c96..c83bdc9333 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



More information about the ffmpeg-cvslog mailing list