Fix path to ffmpeg headers and attempt to reduce compile time ffmpeg

This commit is contained in:
loki
2020-01-27 00:33:55 +01:00
parent 8dc6973805
commit 6f0612fa10
2 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ if(WIN32)
C:/msys64/mingw64/lib/libiconv.a
)
set(FFMPEG_INCLUDE_DIRS /usr/local/include)
set(FFMPEG_INCLUDE_DIRS
C:/msys64/usr/local/include)
set(FFMPEG_LIBRARIES
C:/msys64/usr/local/lib/libavcodec.a
C:/msys64/usr/local/lib/libavdevice.a