mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst/sdp/Makefile.am: Forgot to commit makefile.
Original commit message from CVS: * gst/sdp/Makefile.am: Forgot to commit makefile.
This commit is contained in:
parent
a69e6332cd
commit
c8daf7eecb
2 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-02 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst/sdp/Makefile.am:
|
||||
Forgot to commit makefile.
|
||||
|
||||
2007-10-02 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/gio/gstgiosink.c: (gst_gio_sink_start):
|
||||
|
|
13
gst/sdp/Makefile.am
Normal file
13
gst/sdp/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
|||
plugin_LTLIBRARIES = libgstsdpelem.la
|
||||
|
||||
libgstsdpelem_la_SOURCES = gstsdpelem.c gstsdpdemux.h gstsdpdemux.c
|
||||
|
||||
libgstsdpelem_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstsdpelem_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
||||
-lgstinterfaces-@GST_MAJORMINOR@ \
|
||||
-lgstrtp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@ \
|
||||
$(GST_LIBS) $(WIN32_LIBS)
|
||||
libgstsdpelem_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
||||
noinst_HEADERS = gstsdpdemux.h
|
Loading…
Reference in a new issue