2005-05-11 07:44:44 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstrtsp.la
|
|
|
|
|
|
|
|
libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
|
|
|
|
rtspconnection.c \
|
|
|
|
rtspdefs.c \
|
|
|
|
rtspmessage.c \
|
|
|
|
rtsptransport.c \
|
|
|
|
rtspurl.c \
|
|
|
|
sdpmessage.c
|
|
|
|
|
|
|
|
libgstrtsp_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstrtsp_la_LIBADD =
|
|
|
|
libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
check_PROGRAMS = test
|
|
|
|
|
|
|
|
test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptransport.c sdpmessage.c
|
|
|
|
test_CFLAGS = $(GST_CFLAGS)
|
|
|
|
test_LDFLAGS = $(GST_LIBS)
|
|
|
|
|
2005-05-13 13:52:04 +00:00
|
|
|
noinst_HEADERS = gstrtspsrc.h gstrtsp.h rtsptransport.h rtsp.h rtspurl.h rtspconnection.h rtspdefs.h rtspmessage.h sdp.h sdpmessage.h
|