gstreamer/examples/appreader/Makefile.am
Wim Taymans c17b392f20 Example of how an app could read data from a pipeline, this one wont run before queue is changed.
Original commit message from CVS:
Example of how an app could read data from a pipeline, this one wont run
before queue is changed.
2003-02-12 23:18:54 +00:00

6 lines
93 B
Makefile

noinst_PROGRAMS = appreader
appreader_LDADD = $(GST_LIBS)
appreader_CFLAGS = $(GST_CFLAGS)