Browse Source
ffmpeg as well
Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/2928/head
lizzie
4 months ago
No known key found for this signature in database
GPG Key ID: 287378CADCAB13
1 changed files with
7 additions and
7 deletions
-
CMakeModules/FindFFmpeg.cmake
|
|
@ -75,16 +75,16 @@ function(find_ffmpeg LIBNAME) |
|
|
) |
|
|
) |
|
|
else() |
|
|
else() |
|
|
list(APPEND INCLUDE_PATHS |
|
|
list(APPEND INCLUDE_PATHS |
|
|
/usr/local/include/ffmpeg |
|
|
|
|
|
/usr/local/include/lib${LIBNAME} |
|
|
|
|
|
/usr/include/ffmpeg |
|
|
|
|
|
/usr/include/lib${LIBNAME} |
|
|
|
|
|
/usr/include/ffmpeg/lib${LIBNAME} |
|
|
|
|
|
|
|
|
${CMAKE_SYSROOT}/usr/local/include/ffmpeg |
|
|
|
|
|
${CMAKE_SYSROOT}/usr/local/include/lib${LIBNAME} |
|
|
|
|
|
${CMAKE_SYSROOT}/usr/include/ffmpeg |
|
|
|
|
|
${CMAKE_SYSROOT}/usr/include/lib${LIBNAME} |
|
|
|
|
|
${CMAKE_SYSROOT}/usr/include/ffmpeg/lib${LIBNAME} |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
list(APPEND LIB_PATHS |
|
|
list(APPEND LIB_PATHS |
|
|
/usr/local/lib |
|
|
|
|
|
/usr/lib |
|
|
|
|
|
|
|
|
${CMAKE_SYSROOT}/usr/local/lib |
|
|
|
|
|
${CMAKE_SYSROOT}/usr/lib |
|
|
) |
|
|
) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
|