mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
3ad1774754
Original commit message from CVS: add rtsp and esd files to spec and fix some disting issues
11 lines
364 B
Makefile
11 lines
364 B
Makefile
|
|
plugin_LTLIBRARIES = libgstrtp.la
|
|
|
|
libgstrtp_la_SOURCES = gstrtp.c gstrtpdec.c
|
|
|
|
#gstrtpL16enc.c gstrtpL16parse.c gstrtpgsmenc.c gstrtpgsmparse.c rtp-packet.c
|
|
|
|
libgstrtp_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstrtpL16enc.h gstrtpL16parse.h gstrtpgsmenc.h gstrtpgsmparse.h gstrtp-common.h rtp-packet.h gstrtpdec.h
|