summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-11-30 11:10:01 +0000
committerJulien Moutte <julien@moutte.net>2005-11-30 11:10:01 +0000
commit921168120801c7826f6af386f767047a36cf6adf (patch)
treef011e8f6baa937dda1f99c2f63b38a482603444a
parentf67f9e920313a4a4f8422c61359aa650ff876246 (diff)
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.
-rw-r--r--ChangeLog4
-rw-r--r--gst/udp/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87224d35..8f07c166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-30 Julien MOUTTE <julien@moutte.net>
+ * gst/udp/Makefile.am: Moved to netbuffer.
+
+2005-11-30 Julien MOUTTE <julien@moutte.net>
+
* configure.ac:
* PORTED_O9:
* gst/multipart/Makefile.am:
diff --git a/gst/udp/Makefile.am b/gst/udp/Makefile.am
index e950778b..d1271c58 100644
--- a/gst/udp/Makefile.am
+++ b/gst/udp/Makefile.am
@@ -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_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)
nodist_libgstudp_la_SOURCES = \