mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst/udp/Makefile.am: Moved to netbuffer.
Original commit message from CVS: 2005-11-30 Julien MOUTTE <julien@moutte.net> * gst/udp/Makefile.am: Moved to netbuffer.
This commit is contained in:
parent
f67f9e9203
commit
9211681208
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-11-30 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
|
* gst/udp/Makefile.am: Moved to netbuffer.
|
||||||
|
|
||||||
2005-11-30 Julien MOUTTE <julien@moutte.net>
|
2005-11-30 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -14,7 +14,8 @@ BUILT_SOURCES = $(built_sources) $(built_headers)
|
||||||
|
|
||||||
libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c gstmultiudpsink.c gstdynudpsink.c
|
libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c gstmultiudpsink.c gstdynudpsink.c
|
||||||
libgstudp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
libgstudp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||||
libgstudp_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstnet-@GST_MAJORMINOR@
|
libgstudp_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
-lgstnetbuffer-@GST_MAJORMINOR@
|
||||||
libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
nodist_libgstudp_la_SOURCES = \
|
nodist_libgstudp_la_SOURCES = \
|
||||||
|
|
Loading…
Reference in a new issue