ffmpeg | branch: master | James Almer <jamr...@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 <jamr...@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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to