gst-libs/gst/rtp/Makefile.am: The base audio payloader uses GstAdapter - we need...
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 26 Mar 2007 11:44:07 +0000 (11:44 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 26 Mar 2007 11:44:07 +0000 (11:44 +0000)
Original commit message from CVS:
* gst-libs/gst/rtp/Makefile.am:
The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.

ChangeLog
common
gst-libs/gst/rtp/Makefile.am

index 1e593c9..097eb5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * gst-libs/gst/rtp/Makefile.am:
+       The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
+
 2007-03-23  Michael Smith  <msmith@fluendo.com>
 
        * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
diff --git a/common b/common
index dec151d..57d4a15 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit dec151d15512e4cca2dcdd36d9c6c4a2185760ec
+Subproject commit 57d4a1587556bd42c850601773c662211694c5a6
index eda474c..e0d9d60 100644 (file)
@@ -12,6 +12,6 @@ libgstrtp_@GST_MAJORMINOR@_la_SOURCES = gstrtpbuffer.c \
                                gstbasertppayload.c \
                                gstbasertpdepayload.c
 
-libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-libgstrtp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
+libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+libgstrtp_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
 libgstrtp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)