Skip to content

Commit fbf2b5d

Browse files
committed
Add forgotten changes for FindFFmpeg.cmake
1 parent fe9e4e1 commit fbf2b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindFFmpeg.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ macro(find_component _component _pkgconfig _library _header)
119119
# in the FIND_PATH() and FIND_LIBRARY() calls
120120
find_package(PkgConfig)
121121
if (PKG_CONFIG_FOUND)
122-
pkg_check_modules(PC_${_component} REQUIRED ${_pkgconfig})
122+
pkg_check_modules(PC_${_component} ${_pkgconfig})
123123
endif ()
124124

125125
find_path(${_component}_INCLUDE_DIRS ${_header}

0 commit comments

Comments
 (0)