[cmake,ffmpeg] fix cmake formatting

This commit is contained in:
akallabeth
2025-05-05 10:06:00 +02:00
parent 9d19aab80b
commit 1e2b44e73e

View File

@@ -96,8 +96,8 @@ macro(find_component _component _pkgconfig _library _header)
endif()
endif(NOT WIN32)
find_path(${_component}_INCLUDE_DIRS ${_header} HINTS ${PC_${_component}_INCLUDEDIR}
${PC_${_component}_INCLUDE_DIRS} PATH_SUFFIXES ffmpeg
find_path(${_component}_INCLUDE_DIRS ${_header} HINTS ${PC_${_component}_INCLUDEDIR} ${PC_${_component}_INCLUDE_DIRS}
PATH_SUFFIXES ffmpeg
)
find_library(