summaryrefslogtreecommitdiffstats
path: root/gst/rtp
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-10-28 17:39:48 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-10-28 17:39:48 +0000
commit23f37b0179ba14c4cac67b690b4c2e5e736c757e (patch)
tree899e1680a9055e721d1ae9434f0faa9adb526a7c /gst/rtp
parent0e1f7b54bb15ceece353384798a783e70e0ce6f5 (diff)
gst/rtp/Makefile.am: Also commit updated makefile
Original commit message from CVS: * gst/rtp/Makefile.am: Also commit updated makefile
Diffstat (limited to 'gst/rtp')
-rw-r--r--gst/rtp/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am
index be1d5f2d..59b8d94e 100644
--- a/gst/rtp/Makefile.am
+++ b/gst/rtp/Makefile.am
@@ -3,6 +3,7 @@ plugin_LTLIBRARIES = libgstrtp.la
libgstrtp_la_SOURCES = \
fnv1hash.c \
gstrtp.c \
+ gstrtpchannels.c \
gstrtpdepay.c \
gstrtpac3depay.c \
gstrtpdvdepay.c \
@@ -62,12 +63,14 @@ endif
libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
+ -lgstaudio-@GST_MAJORMINOR@ \
-lgsttag-@GST_MAJORMINOR@ \
-lgstrtp-@GST_MAJORMINOR@ $(WINSOCK2_LIBS)
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
fnv1hash.h \
+ gstrtpchannels.h \
gstrtpL16depay.h \
gstrtpL16pay.h \
gstrtpac3depay.h \