gstreamer/tests/examples/rtp/Makefile.am
Tim-Philipp Müller 0f3b7b010e build: ignore GValueArray deprecation warnings for the time being
until this gets sorted out with the GLib folks and we have a
viable alternative.

https://bugzilla.gnome.org/show_bug.cgi?id=667228
2012-02-01 16:40:51 +00:00

25 lines
816 B
Makefile

noinst_PROGRAMS = server-alsasrc-PCMA client-PCMA
# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
ERROR_CFLAGS=
server_alsasrc_PCMA_SOURCES = server-alsasrc-PCMA.c
server_alsasrc_PCMA_CFLAGS = $(GST_CFLAGS)
server_alsasrc_PCMA_LDADD = $(GST_LIBS) $(LIBM)
client_PCMA_SOURCES = client-PCMA.c
client_PCMA_CFLAGS = $(GST_CFLAGS)
client_PCMA_LDADD = $(GST_LIBS) $(LIBM)
noinst_SCRIPTS=client-H263p-AMR.sh \
client-H263p-PCMA.sh \
client-H264-PCMA.sh \
client-PCMA.sh \
server-alsasrc-PCMA.sh \
server-v4l2-H263p-alsasrc-AMR.sh \
server-v4l2-H264-alsasrc-PCMA.sh \
server-VTS-H263p-ATS-PCMA.sh
EXTRA_DIST= $(noinst_SCRIPTS) \
client-H263p-PCMA.sdp \
client-H264-PCMA.sdp