mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
c8e5fc7402
Original commit message from CVS: * examples/Makefile.am: Remove gst123 and vorbisplay.py from sources, and add decodebin.py
19 lines
333 B
Makefile
19 lines
333 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 \
|
|
gstfile.py \
|
|
play.py \
|
|
pipeline-tester \
|
|
remuxer.py \
|
|
sinkelement.py \
|
|
vumeter.py \
|
|
decodebin.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|