-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eec049f
commit a8bf0f9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libjuice
updated
10 files
+23 −10 | CMakeLists.txt | |
+2 −0 | cmake/LibJuiceConfig.cmake.in | |
+2 −0 | include/juice/juice.h | |
+49 −20 | src/agent.c | |
+1 −0 | src/agent.h | |
+12 −1 | src/ice.c | |
+2 −0 | src/ice.h | |
+11 −8 | src/juice.c | |
+7 −0 | test/main.c | |
+74 −0 | test/ufrag.c |