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 cf905910..a5d49e0d 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -37,7 +37,7 @@ cc_library(
37 37
38cc_test( 38cc_test(
39 name = "rtp_test", 39 name = "rtp_test",
40 srcs = ["rtp_test.cpp"], 40 srcs = ["rtp_test.cc"],
41 deps = [ 41 deps = [
42 ":rtp", 42 ":rtp",
43 "//c-toxcore/toxcore:crypto_core", 43 "//c-toxcore/toxcore:crypto_core",