mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
22c6519ec9
Original commit message from CVS: - Added a little testapp for pad disable using two bins in a pipeline
5 lines
90 B
Makefile
5 lines
90 B
Makefile
noinst_PROGRAMS = pingpong
|
|
|
|
pingpong_LDADD = $(GST_LIBS)
|
|
pingpong_CFLAGS = $(GST_CFLAGS)
|
|
|