mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
ae6b329b8e
Original commit message from CVS: add missing header file for disting
29 lines
784 B
Makefile
29 lines
784 B
Makefile
plugin_LTLIBRARIES = libgstrtp.la
|
|
|
|
libgstrtp_la_SOURCES = gstrtp.c \
|
|
gstrtpdec.c \
|
|
gstrtpmpadec.c \
|
|
gstrtpmpaenc.c \
|
|
gstrtpamrdec.c \
|
|
gstrtpamrenc.c \
|
|
gstrtph263pdec.c \
|
|
gstrtph263penc.c
|
|
|
|
#gstrtpL16enc.c gstrtpL16parse.c gstrtpgsmenc.c gstrtpgsmparse.c
|
|
|
|
libgstrtp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstrtp_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstrtp-@GST_MAJORMINOR@
|
|
|
|
noinst_HEADERS = gstrtpL16enc.h \
|
|
gstrtpL16parse.h \
|
|
gstrtpamrdec.h \
|
|
gstrtpamrenc.h \
|
|
gstrtpgsmenc.h \
|
|
gstrtpgsmparse.h \
|
|
gstrtpmpadec.h \
|
|
gstrtpmpaenc.h \
|
|
gstrtph263pdec.h \
|
|
gstrtph263penc.h \
|
|
gstrtpdec.h
|