From 1e2b44e73e4d6e47eb635fca5cd9bfa83a00728f Mon Sep 17 00:00:00 2001 From: akallabeth Date: Mon, 5 May 2025 10:06:00 +0200 Subject: [PATCH] [cmake,ffmpeg] fix cmake formatting --- cmake/FindFFmpeg.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/FindFFmpeg.cmake b/cmake/FindFFmpeg.cmake index 60eccb3d7..ffffc2da9 100644 --- a/cmake/FindFFmpeg.cmake +++ b/cmake/FindFFmpeg.cmake @@ -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(