gstreamer/examples/Makefile.am

24 lines
393 B
Makefile
Raw Normal View History

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 \
helloworld.py \
mixer.py \
play.py \
pipeline-tester \
remuxer.py \
sinkelement.py \
vumeter.py \
2009-10-15 13:15:37 +00:00
decodebin.py \
maemogst.py
EXTRA_DIST = $(examples_DATA)