mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
Moved all examples up from examples/gst/ into examples/.
Original commit message from CVS: 2005-07-12 Andy Wingo <wingo@pobox.com> * configure.ac (AC_CONFIG_FILES): * examples/: Moved all examples up from examples/gst/ into examples/.
This commit is contained in:
parent
8136f42910
commit
74f550caf0
14 changed files with 17 additions and 20 deletions
|
@ -1,5 +1,9 @@
|
||||||
2005-07-12 Andy Wingo <wingo@pobox.com>
|
2005-07-12 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
* configure.ac (AC_CONFIG_FILES):
|
||||||
|
* examples/: Moved all examples up from examples/gst/ into
|
||||||
|
examples/.
|
||||||
|
|
||||||
* examples/gstplay: Removed examples for old gstplay.
|
* examples/gstplay: Removed examples for old gstplay.
|
||||||
|
|
||||||
2005-07-12 Edward Hervey <edward@fluendo.com>
|
2005-07-12 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
|
@ -165,7 +165,6 @@ changequote([,])dnl
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
examples/gst/Makefile
|
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
pkgconfig/Makefile
|
pkgconfig/Makefile
|
||||||
pkgconfig/gst-python.pc
|
pkgconfig/gst-python.pc
|
||||||
|
|
|
@ -1 +1,13 @@
|
||||||
SUBDIRS = gst
|
examplesdir = $(pkgdatadir)/examples
|
||||||
|
examples_DATA = \
|
||||||
|
bps.py \
|
||||||
|
cp.py \
|
||||||
|
f2f.py \
|
||||||
|
filesrc.py \
|
||||||
|
gst123 \
|
||||||
|
play.py \
|
||||||
|
vorbisplay.py \
|
||||||
|
gstfile.py \
|
||||||
|
audioconcat.py
|
||||||
|
|
||||||
|
EXTRA_DIST = $(examples_DATA)
|
||||||
|
|
5
examples/gst/.gitignore
vendored
5
examples/gst/.gitignore
vendored
|
@ -1,5 +0,0 @@
|
||||||
Makefile.in
|
|
||||||
Makefile
|
|
||||||
*.pyc
|
|
||||||
*.pyo
|
|
||||||
*.swp
|
|
|
@ -1,13 +0,0 @@
|
||||||
examplesdir = $(pkgdatadir)/examples
|
|
||||||
examples_DATA = \
|
|
||||||
bps.py \
|
|
||||||
cp.py \
|
|
||||||
f2f.py \
|
|
||||||
filesrc.py \
|
|
||||||
gst123 \
|
|
||||||
play.py \
|
|
||||||
vorbisplay.py \
|
|
||||||
gstfile.py \
|
|
||||||
audioconcat.py
|
|
||||||
|
|
||||||
EXTRA_DIST = $(examples_DATA)
|
|
Loading…
Reference in a new issue