Merge pull request #82 from filnet/ffmpeg

msys2: fix ffmpeg pluging compilation error due to spurious stdint re…
This commit is contained in:
OpenSceneGraph git repository
2016-06-14 08:50:14 +01:00
committed by GitHub

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