1
0
Fork 0

Add missed dependency on external_opus target for ffmpeg

This commit is contained in:
Ilya Fedin 2022-01-11 23:25:14 +04:00 committed by John Preston
parent 7d1ad3dfe3
commit 58c7b0f52e

View file

@ -39,6 +39,7 @@ else()
${ffmpeg_lib_loc}/libswresample/libswresample.a
${ffmpeg_lib_loc}/libswscale/libswscale.a
${ffmpeg_lib_loc}/libavutil/libavutil.a
desktop-app::external_opus
$<TARGET_FILE:desktop-app::external_opus>
)
if (LINUX)