msys2: fix ffmpeg pluging compilation error due to spurious stdint related includes

This commit is contained in:
Philippe Renon 2016-06-11 17:39:52 +02:00
parent 15e9484ff2
commit 861b96e154

View File

@ -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