Update common-c to include STUN code

This commit is contained in:
Cameron Gutman 2018-10-26 20:22:38 -07:00
parent 49ac431792
commit 2a8dfd63da
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 558ba488e8eb7a614b6d9a93968c7c69683f942d
Subproject commit 0eed722635f411ebfef662501e35733f6fb24e0c

View file

@ -56,6 +56,7 @@ SOURCES += \
$$COMMON_C_DIR/src/RtspConnection.c \
$$COMMON_C_DIR/src/RtspParser.c \
$$COMMON_C_DIR/src/SdpGenerator.c \
$$COMMON_C_DIR/src/SimpleStun.c \
$$COMMON_C_DIR/src/VideoDepacketizer.c \
$$COMMON_C_DIR/src/VideoStream.c
HEADERS += \