mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 11:40:38 +00:00
f16c91e135
Original commit message from CVS: Add examples
11 lines
171 B
Makefile
11 lines
171 B
Makefile
examplesdir = $(pkgdatadir)/examples
|
|
examples_DATA = \
|
|
bps.py \
|
|
cp.py \
|
|
f2f.py \
|
|
filesrc.py \
|
|
gst123 \
|
|
play.py \
|
|
vorbisplay.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|