gstreamer/examples/Makefile.am
Andy Wingo 0650a27089 examples/: New tool, runs the discoverer on a file and prints out what we get.
Original commit message from CVS:
2006-11-07  Andy Wingo  <wingo@pobox.com>

* examples/Makefile.am (examples_DATA):
* examples/gst-discover: New tool, runs the discoverer on a file
and prints out what we get.
2006-11-07 11:47:26 +00:00

20 lines
349 B
Makefile

examplesdir = $(pkgdatadir)/$(GST_MAJORMINOR)/examples
examples_DATA = \
audioconcat.py \
audio-controller.py \
bps.py \
cp.py \
debugslider.py \
f2f.py \
filesrc.py \
fvumeter.py \
gst-discover \
gstfile.py \
play.py \
pipeline-tester \
remuxer.py \
sinkelement.py \
vumeter.py \
decodebin.py
EXTRA_DIST = $(examples_DATA)