mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
Update build configuration
This commit is contained in:
parent
462d10808a
commit
a64c382e88
14
BUCK
14
BUCK
@ -159,6 +159,16 @@ apple_library(
|
||||
],
|
||||
header_namespace = 'ffmpeg',
|
||||
exported_headers = ffmpeg_header_targets,
|
||||
linker_flags = [
|
||||
'-L$(location :libffmpeg_build)/FFmpeg-iOS/lib',
|
||||
'-lavutil',
|
||||
'-lavcodec',
|
||||
'-lavformat',
|
||||
'-lswresample',
|
||||
'-lbz2',
|
||||
'-liconv',
|
||||
'-lz',
|
||||
],
|
||||
exported_linker_flags = [
|
||||
'-L$(location :libffmpeg_build)/FFmpeg-iOS/lib',
|
||||
'-lavutil',
|
||||
@ -167,9 +177,11 @@ apple_library(
|
||||
'-lswresample',
|
||||
'-lbz2',
|
||||
'-liconv',
|
||||
'-lz',
|
||||
],
|
||||
deps = [
|
||||
':libffmpeg_build'
|
||||
':libffmpeg_build',
|
||||
':opus',
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user