diff --git a/ChangeLog b/ChangeLog index 1e593c9e17..097eb5e47e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-26 Jan Schmidt + + * gst-libs/gst/rtp/Makefile.am: + The base audio payloader uses GstAdapter - we need GST_BASE_LIBS. + 2007-03-23 Michael Smith * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps), diff --git a/common b/common index dec151d155..57d4a15875 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit dec151d15512e4cca2dcdd36d9c6c4a2185760ec +Subproject commit 57d4a1587556bd42c850601773c662211694c5a6 diff --git a/gst-libs/gst/rtp/Makefile.am b/gst-libs/gst/rtp/Makefile.am index eda474c09b..e0d9d602f6 100644 --- a/gst-libs/gst/rtp/Makefile.am +++ b/gst-libs/gst/rtp/Makefile.am @@ -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)