mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Use self-built portaudio instead of system-provided.
This commit is contained in:
parent
033965b8cc
commit
e6c04ef028
|
@ -4,9 +4,9 @@ cc_binary(
|
|||
"src/*.c",
|
||||
"src/*.h",
|
||||
]),
|
||||
linkopts = ["-lconfig"],
|
||||
deps = [
|
||||
"//c-toxcore/other:bootstrap_node_packets",
|
||||
"//c-toxcore/toxcore",
|
||||
"@libconfig",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -30,7 +30,6 @@ cc_binary(
|
|||
name = "av_test",
|
||||
srcs = ["av_test.c"],
|
||||
linkopts = [
|
||||
"-lportaudio",
|
||||
"-lopencv_highgui",
|
||||
"-lopencv_core",
|
||||
],
|
||||
|
@ -38,6 +37,8 @@ cc_binary(
|
|||
"//c-toxcore/toxav",
|
||||
"//c-toxcore/toxav:monolith",
|
||||
"//c-toxcore/toxcore",
|
||||
"@portaudio",
|
||||
"@sndfile",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user