mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-16 13:18:59 +00:00
Original commit message from CVS: 2005-08-18 Andy Wingo <wingo@pobox.com> * examples/debug-slider.py: New file. * examples/Makefile.am (examples_DATA): Dist it, foolios.
17 lines
271 B
Makefile
17 lines
271 B
Makefile
examplesdir = $(pkgdatadir)/examples
|
|
examples_DATA = \
|
|
bps.py \
|
|
cp.py \
|
|
debug-slider.py \
|
|
f2f.py \
|
|
filesrc.py \
|
|
gst123 \
|
|
play.py \
|
|
vorbisplay.py \
|
|
gstfile.py \
|
|
audioconcat.py \
|
|
pipeline-tester \
|
|
vumeter.py \
|
|
fvumeter.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|