From 861b96e1548084eba25f8a41df56b161e29a5595 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sat, 11 Jun 2016 17:39:52 +0200 Subject: [PATCH] msys2: fix ffmpeg pluging compilation error due to spurious stdint related includes --- CMakeModules/FindFFmpeg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/FindFFmpeg.cmake b/CMakeModules/FindFFmpeg.cmake index 0f761c566..61a2e4480 100644 --- a/CMakeModules/FindFFmpeg.cmake +++ b/CMakeModules/FindFFmpeg.cmake @@ -96,7 +96,7 @@ ENDMACRO(FFMPEG_FIND) SET(FFMPEG_ROOT "$ENV{FFMPEG_DIR}" CACHE PATH "Location of FFMPEG") # find stdint.h -IF(WIN32) +IF(MSVC) FIND_PATH(FFMPEG_STDINT_INCLUDE_DIR stdint.h PATHS