mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
9f46e70477
Original commit message from CVS: * tests/examples/rtp/.cvsignore: * tests/examples/rtp/Makefile.am: * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main): * tests/examples/rtp/server-alsasrc-PCMA.c: (main): Add two C examples of using gstrtpbin as a sender and a receiver.
22 lines
730 B
Makefile
22 lines
730 B
Makefile
noinst_PROGRAMS = server-alsasrc-PCMA client-PCMA
|
|
|
|
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
|