1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

shl: add ring-buffer helpers

The shl_ring helpers manage a dynamically-growing ring-buffer. We need
that for the following RTSP stream parsers, so add them to src/shared/.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2014-03-21 12:15:57 +01:00
parent 920f3ae250
commit 12bf5e026e
3 changed files with 242 additions and 0 deletions

View file

@ -77,6 +77,8 @@ libmiracle_shared_la_SOURCES = \
src/shared/shl_log.h \
src/shared/shl_log.c \
src/shared/shl_macro.h \
src/shared/shl_ring.h \
src/shared/shl_ring.c \
src/shared/shl_util.h \
src/shared/shl_util.c \
src/shared/util.h \