mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
5d781f908f
Original commit message from CVS: releasing 0.9.7
19 lines
330 B
Makefile
19 lines
330 B
Makefile
examplesdir = $(pkgdatadir)/$(GST_MAJORMINOR)/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 \
|
|
sinkelement.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|