mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
fix(cmake): removed the redundant REQUIRED
word
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
0869d153c0
commit
561671c4cb
@ -90,7 +90,7 @@ if(WIN32)
|
|||||||
else()
|
else()
|
||||||
# FFmpeg
|
# FFmpeg
|
||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
set(FFMPEG_REQUIRED_PKGS REQUIRED
|
set(FFMPEG_REQUIRED_PKGS
|
||||||
libavcodec
|
libavcodec
|
||||||
libavdevice
|
libavdevice
|
||||||
libavfilter
|
libavfilter
|
||||||
|
Loading…
Reference in New Issue
Block a user