mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
c17b392f20
Original commit message from CVS: Example of how an app could read data from a pipeline, this one wont run before queue is changed.
5 lines
93 B
Makefile
5 lines
93 B
Makefile
noinst_PROGRAMS = appreader
|
|
|
|
appreader_LDADD = $(GST_LIBS)
|
|
appreader_CFLAGS = $(GST_CFLAGS)
|
|
|