gstreamer/examples/Makefile.am
Edward Hervey fbd17dd797 gst/: Proper wrapping of GstController
Original commit message from CVS:
* gst/gst.override:
* gst/gstlibs.override:
Proper wrapping of GstController
* examples/Makefile.am:
* examples/audio-controller.py:
Example to show how to use gst.Controller
2005-09-29 15:42:31 +00:00

18 lines
294 B
Makefile

examplesdir = $(pkgdatadir)/examples
examples_DATA = \
audio-controller.py \
bps.py \
cp.py \
debugslider.py \
f2f.py \
filesrc.py \
gst123 \
play.py \
vorbisplay.py \
gstfile.py \
audioconcat.py \
pipeline-tester \
vumeter.py \
fvumeter.py
EXTRA_DIST = $(examples_DATA)