2009-01-08 12:18:55 +00:00
|
|
|
public_headers = \
|
2011-01-11 23:17:54 +00:00
|
|
|
rtsp-auth.h \
|
2012-11-14 14:49:06 +00:00
|
|
|
rtsp-address-pool.h \
|
2010-09-22 21:13:37 +00:00
|
|
|
rtsp-params.h \
|
|
|
|
rtsp-sdp.h \
|
2009-01-08 14:02:42 +00:00
|
|
|
rtsp-media.h \
|
2009-01-20 18:45:28 +00:00
|
|
|
rtsp-media-factory.h \
|
2010-12-11 17:01:53 +00:00
|
|
|
rtsp-media-factory-uri.h \
|
2012-11-26 11:34:05 +00:00
|
|
|
rtsp-mount-points.h \
|
2012-10-25 19:29:58 +00:00
|
|
|
rtsp-stream.h \
|
|
|
|
rtsp-stream-transport.h \
|
2010-09-22 21:13:37 +00:00
|
|
|
rtsp-session.h \
|
2012-10-25 19:29:58 +00:00
|
|
|
rtsp-session-media.h \
|
2009-01-08 14:02:42 +00:00
|
|
|
rtsp-session-pool.h \
|
2010-09-22 21:13:37 +00:00
|
|
|
rtsp-client.h \
|
|
|
|
rtsp-server.h
|
2010-12-07 17:14:39 +00:00
|
|
|
|
2009-01-08 12:18:55 +00:00
|
|
|
c_sources = \
|
2011-01-11 23:17:54 +00:00
|
|
|
rtsp-auth.c \
|
2012-11-14 14:49:06 +00:00
|
|
|
rtsp-address-pool.c \
|
2010-09-22 21:13:37 +00:00
|
|
|
rtsp-params.c \
|
|
|
|
rtsp-sdp.c \
|
2009-01-08 12:18:55 +00:00
|
|
|
rtsp-media.c \
|
2009-01-22 14:33:29 +00:00
|
|
|
rtsp-media-factory.c \
|
2010-12-11 17:01:53 +00:00
|
|
|
rtsp-media-factory-uri.c \
|
2012-11-26 11:34:05 +00:00
|
|
|
rtsp-mount-points.c \
|
2012-10-25 19:29:58 +00:00
|
|
|
rtsp-stream.c \
|
|
|
|
rtsp-stream-transport.c \
|
2010-09-22 21:13:37 +00:00
|
|
|
rtsp-session.c \
|
2012-10-25 19:29:58 +00:00
|
|
|
rtsp-session-media.c \
|
2009-01-08 12:18:55 +00:00
|
|
|
rtsp-session-pool.c \
|
2010-09-22 21:13:37 +00:00
|
|
|
rtsp-client.c \
|
|
|
|
rtsp-server.c
|
2010-12-07 17:14:39 +00:00
|
|
|
|
2011-04-26 17:22:50 +00:00
|
|
|
noinst_HEADERS =
|
2011-03-07 09:23:06 +00:00
|
|
|
|
2009-01-08 12:18:55 +00:00
|
|
|
lib_LTLIBRARIES = \
|
2012-04-04 12:45:55 +00:00
|
|
|
libgstrtspserver-@GST_API_VERSION@.la
|
2009-01-08 12:18:55 +00:00
|
|
|
|
2012-04-04 12:45:55 +00:00
|
|
|
libgstrtspserver_@GST_API_VERSION@_la_SOURCES = \
|
2009-01-08 12:18:55 +00:00
|
|
|
$(c_sources)
|
2010-12-07 17:14:39 +00:00
|
|
|
|
2012-04-04 12:45:55 +00:00
|
|
|
libgstrtspserver_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
2012-04-13 11:49:08 +00:00
|
|
|
libgstrtspserver_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
2012-04-04 12:45:55 +00:00
|
|
|
libgstrtspserver_@GST_API_VERSION@_la_LIBADD = \
|
2009-01-08 12:18:55 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
2012-04-04 12:45:55 +00:00
|
|
|
-lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
|
2013-04-09 20:35:28 +00:00
|
|
|
-lgstnet-@GST_API_VERSION@ \
|
2012-04-04 12:45:55 +00:00
|
|
|
-lgstsdp-@GST_API_VERSION@ \
|
|
|
|
-lgstapp-@GST_API_VERSION@ \
|
2012-10-06 13:49:07 +00:00
|
|
|
$(GST_LIBS) $(GIO_LIBS) $(LIBM)
|
2009-01-08 12:18:55 +00:00
|
|
|
|
2012-04-04 12:45:55 +00:00
|
|
|
libgstrtspserver_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/rtsp-server
|
|
|
|
libgstrtspserver_@GST_API_VERSION@include_HEADERS = $(public_headers)
|
2010-09-22 21:13:37 +00:00
|
|
|
|
|
|
|
CLEANFILES =
|
|
|
|
|
|
|
|
if HAVE_INTROSPECTION
|
2012-04-04 12:45:55 +00:00
|
|
|
BUILT_GIRSOURCES = GstRtspServer-@GST_API_VERSION@.gir
|
2010-09-22 21:13:37 +00:00
|
|
|
|
2012-04-04 12:45:55 +00:00
|
|
|
gir_headers=$(patsubst %,$(srcdir)/%, $(libgstrtspserver_@GST_API_VERSION@include_HEADERS))
|
|
|
|
gir_sources=$(patsubst %,$(srcdir)/%, $(libgstrtspserver_@GST_API_VERSION@_la_SOURCES))
|
2010-12-07 17:14:39 +00:00
|
|
|
gir_cincludes=$(patsubst %,--c-include='gst/rtsp-server/%',$(libgstrtspinclude_HEADERS))
|
2010-09-22 21:13:37 +00:00
|
|
|
|
2012-04-04 12:45:55 +00:00
|
|
|
GstRtspServer-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtspserver-@GST_API_VERSION@.la
|
2010-12-07 17:14:39 +00:00
|
|
|
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
|
|
|
$(INTROSPECTION_SCANNER) -v --namespace GstRtspServer \
|
2012-04-04 12:45:55 +00:00
|
|
|
--nsversion=@GST_API_VERSION@ \
|
2010-12-07 17:14:39 +00:00
|
|
|
--strip-prefix=Gst \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-DIN_GOBJECT_INTROSPECTION=1 \
|
|
|
|
--c-include='gst/gst.h' \
|
2012-04-04 12:45:55 +00:00
|
|
|
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
|
|
|
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-rtsp-@GST_API_VERSION@` \
|
|
|
|
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-sdp-@GST_API_VERSION@` \
|
|
|
|
--library=libgstrtspserver-@GST_API_VERSION@.la \
|
|
|
|
--include=Gst-@GST_API_VERSION@ \
|
|
|
|
--include=GstRtsp-@GST_API_VERSION@ \
|
2010-12-07 17:14:39 +00:00
|
|
|
--libtool="$(top_builddir)/libtool" \
|
2012-04-04 12:45:55 +00:00
|
|
|
--pkg gstreamer-@GST_API_VERSION@ \
|
|
|
|
--pkg gstreamer-rtsp-@GST_API_VERSION@ \
|
|
|
|
--pkg-export gstreamer-rtsp-server-@GST_API_VERSION@ \
|
2010-12-07 17:14:39 +00:00
|
|
|
--output $@ \
|
|
|
|
$(gir_headers) \
|
|
|
|
$(gir_sources)
|
|
|
|
|
|
|
|
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
|
|
|
|
# install anything - we need to install inside our prefix.
|
2010-09-22 21:13:37 +00:00
|
|
|
girdir = $(datadir)/gir-1.0
|
2010-12-07 17:14:39 +00:00
|
|
|
gir_DATA = $(BUILT_GIRSOURCES)
|
|
|
|
|
|
|
|
typelibsdir = $(libdir)/girepository-1.0/
|
|
|
|
|
|
|
|
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
2010-09-22 21:13:37 +00:00
|
|
|
|
2010-12-07 17:14:39 +00:00
|
|
|
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
2011-01-08 01:58:44 +00:00
|
|
|
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
|
|
|
$(INTROSPECTION_COMPILER) \
|
2011-01-08 01:15:35 +00:00
|
|
|
--includedir=$(srcdir) \
|
|
|
|
--includedir=$(builddir) \
|
2012-04-04 12:45:55 +00:00
|
|
|
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
|
|
|
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-rtsp-@GST_API_VERSION@` \
|
|
|
|
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-sdp-@GST_API_VERSION@` \
|
2011-01-08 01:15:35 +00:00
|
|
|
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
2010-09-22 21:13:37 +00:00
|
|
|
|
2010-12-07 17:14:39 +00:00
|
|
|
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
2010-09-22 21:13:37 +00:00
|
|
|
endif
|