gstreamer/tests/examples/playrec/Makefile.am
Wim Taymans b0ad8467dd examples: add synchronized playback and capture example
Add an example that demonstrates synchronized playback and capture.
2010-09-16 19:22:09 +02:00

5 lines
113 B
Makefile

noinst_PROGRAMS = playrec
playrec_SOURCES = playrec.c
playrec_CFLAGS = $(GST_CFLAGS)
playrec_LDADD = $(GST_LIBS)