Merge pull request #82 from filnet/ffmpeg
msys2: fix ffmpeg pluging compilation error due to spurious stdint re…
This commit is contained in:
commit
69cc48b8f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user