mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gst/rtp/Makefile.am: Also commit updated makefile
Original commit message from CVS: * gst/rtp/Makefile.am: Also commit updated makefile
This commit is contained in:
parent
0e1f7b54bb
commit
23f37b0179
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/rtp/Makefile.am:
|
||||||
|
Also commit updated makefile
|
||||||
|
|
||||||
2008-10-28 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-10-28 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
|
* gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
|
||||||
|
|
|
@ -3,6 +3,7 @@ plugin_LTLIBRARIES = libgstrtp.la
|
||||||
libgstrtp_la_SOURCES = \
|
libgstrtp_la_SOURCES = \
|
||||||
fnv1hash.c \
|
fnv1hash.c \
|
||||||
gstrtp.c \
|
gstrtp.c \
|
||||||
|
gstrtpchannels.c \
|
||||||
gstrtpdepay.c \
|
gstrtpdepay.c \
|
||||||
gstrtpac3depay.c \
|
gstrtpac3depay.c \
|
||||||
gstrtpdvdepay.c \
|
gstrtpdvdepay.c \
|
||||||
|
@ -62,12 +63,14 @@ endif
|
||||||
|
|
||||||
libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
||||||
|
-lgstaudio-@GST_MAJORMINOR@ \
|
||||||
-lgsttag-@GST_MAJORMINOR@ \
|
-lgsttag-@GST_MAJORMINOR@ \
|
||||||
-lgstrtp-@GST_MAJORMINOR@ $(WINSOCK2_LIBS)
|
-lgstrtp-@GST_MAJORMINOR@ $(WINSOCK2_LIBS)
|
||||||
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
fnv1hash.h \
|
fnv1hash.h \
|
||||||
|
gstrtpchannels.h \
|
||||||
gstrtpL16depay.h \
|
gstrtpL16depay.h \
|
||||||
gstrtpL16pay.h \
|
gstrtpL16pay.h \
|
||||||
gstrtpac3depay.h \
|
gstrtpac3depay.h \
|
||||||
|
|
Loading…
Reference in a new issue