fix(cmake): removed the redundant REQUIRED word

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x
2024-11-12 00:00:00 +00:00
parent 0869d153c0
commit 561671c4cb

View File

@@ -90,7 +90,7 @@ if(WIN32)
else()
# FFmpeg
find_package(PkgConfig REQUIRED)
set(FFMPEG_REQUIRED_PKGS REQUIRED
set(FFMPEG_REQUIRED_PKGS
libavcodec
libavdevice
libavfilter