summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-09-20 16:41:48 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-20 16:41:48 +0000
commite28d3b2a92e55ec9b24ba5a2aabf74460d327221 (patch)
treef8c7a9d2e83868499513fc4c2dbd1587cea760df
parent93c0a73ce0e1bf9add82206f97b605648fd17afb (diff)
gst/rtp/Makefile.am: And makefile too.
Original commit message from CVS: * gst/rtp/Makefile.am: And makefile too.
-rw-r--r--ChangeLog5
-rw-r--r--gst/rtp/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47b1a317..c0885c13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-20 Wim Taymans <wim@fluendo.com>
+ * gst/rtp/Makefile.am:
+ And makefile too.
+
+2006-09-20 Wim Taymans <wim@fluendo.com>
+
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
(gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am
index 54f331c5..2a9d6679 100644
--- a/gst/rtp/Makefile.am
+++ b/gst/rtp/Makefile.am
@@ -2,6 +2,7 @@ plugin_LTLIBRARIES = libgstrtp.la
libgstrtp_la_SOURCES = \
gstrtp.c \
+ gstrtpasfdepay.c \
gstrtpdepay.c \
gstrtpmpadepay.c \
gstrtpmpapay.c \
@@ -41,6 +42,7 @@ libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
+ gstrtpasfdepay.h \
gstrtpL16depay.h \
gstrtpL16pay.h \
gstrtpamrdepay.h \