ffmpeg: Link libbz2 on macOS.
This commit is contained in:
parent
b7a596df98
commit
3159df5e3b
1 changed files with 3 additions and 1 deletions
4
external/ffmpeg/CMakeLists.txt
vendored
4
external/ffmpeg/CMakeLists.txt
vendored
|
|
@ -42,7 +42,9 @@ else()
|
||||||
$<TARGET_FILE:desktop-app::external_opus>
|
$<TARGET_FILE:desktop-app::external_opus>
|
||||||
$<TARGET_FILE:desktop-app::external_vpx>
|
$<TARGET_FILE:desktop-app::external_vpx>
|
||||||
)
|
)
|
||||||
if (LINUX)
|
if (APPLE)
|
||||||
|
target_link_libraries(external_ffmpeg INTERFACE bz2)
|
||||||
|
elseif (LINUX)
|
||||||
target_link_static_libraries(external_ffmpeg
|
target_link_static_libraries(external_ffmpeg
|
||||||
INTERFACE
|
INTERFACE
|
||||||
lzma
|
lzma
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue