msys2: fix ffmpeg pluging compilation error due to spurious stdint related includes
This commit is contained in:
parent
15e9484ff2
commit
861b96e154
@ -96,7 +96,7 @@ ENDMACRO(FFMPEG_FIND)
|
|||||||
SET(FFMPEG_ROOT "$ENV{FFMPEG_DIR}" CACHE PATH "Location of FFMPEG")
|
SET(FFMPEG_ROOT "$ENV{FFMPEG_DIR}" CACHE PATH "Location of FFMPEG")
|
||||||
|
|
||||||
# find stdint.h
|
# find stdint.h
|
||||||
IF(WIN32)
|
IF(MSVC)
|
||||||
|
|
||||||
FIND_PATH(FFMPEG_STDINT_INCLUDE_DIR stdint.h
|
FIND_PATH(FFMPEG_STDINT_INCLUDE_DIR stdint.h
|
||||||
PATHS
|
PATHS
|
||||||
|
Loading…
Reference in New Issue
Block a user