summaryrefslogtreecommitdiff
path: root/toxav/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/BUILD.bazel')
-rw-r--r--toxav/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index 1c1b3556..151ac48e 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -99,7 +99,7 @@ cc_library(
99 srcs = ["groupav.c"], 99 srcs = ["groupav.c"],
100 hdrs = ["groupav.h"], 100 hdrs = ["groupav.h"],
101 deps = [ 101 deps = [
102 "//c-toxcore/toxcore:group", 102 "//c-toxcore/toxcore:toxcore",
103 "@opus", 103 "@opus",
104 ], 104 ],
105) 105)