mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
Add Makefile entry for the media factory
This commit is contained in:
parent
63ee9e050f
commit
f38c390736
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ public_headers = \
|
|||
rtsp-server.h \
|
||||
rtsp-client.h \
|
||||
rtsp-media.h \
|
||||
rtsp-media-factory.h \
|
||||
rtsp-session-pool.h \
|
||||
rtsp-session.h
|
||||
|
||||
|
@ -9,6 +10,7 @@ c_sources = \
|
|||
rtsp-server.c \
|
||||
rtsp-client.c \
|
||||
rtsp-media.c \
|
||||
rtsp-media-factory.c \
|
||||
rtsp-session-pool.c \
|
||||
rtsp-session.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue