gstreamer/examples/Makefile.am
Andy Wingo a94b05add5 examples/remuxer.py: Example GUI for a remuxer, unfinished -- dropping it here while I hack on it. Based on player.py.
Original commit message from CVS:
2006-03-31  Andy Wingo  <wingo@pobox.com>

* examples/remuxer.py: Example GUI for a remuxer, unfinished --
dropping it here while I hack on it. Based on player.py.

* examples/Makefile.am (examples_DATA): Add remuxer.py, reorder
list.
2006-03-31 17:12:50 +00:00

20 lines
347 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 \
gst123 \
gstfile.py \
play.py \
pipeline-tester \
remuxer.py \
sinkelement.py \
vorbisplay.py \
vumeter.py \
EXTRA_DIST = $(examples_DATA)