Browse Source

ffmpeg as well

Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/2928/head
lizzie 4 months ago
parent
commit
ff12533018
No known key found for this signature in database GPG Key ID: 287378CADCAB13
  1. 14
      CMakeModules/FindFFmpeg.cmake

14
CMakeModules/FindFFmpeg.cmake

@ -75,16 +75,16 @@ function(find_ffmpeg LIBNAME)
)
else()
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
/usr/local/lib
/usr/lib
${CMAKE_SYSROOT}/usr/local/lib
${CMAKE_SYSROOT}/usr/lib
)
endif()

Loading…
Cancel
Save