mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
Add examples
Original commit message from CVS: Add examples
This commit is contained in:
parent
b99bcd4887
commit
f16c91e135
4 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
=== release 0.7.93 ===
|
||||||
2004-10-11 Johan Dahlin <johan@gnome.org>
|
2004-10-11 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
* configure.ac: Bump version number
|
* configure.ac: Bump version number
|
||||||
|
|
|
@ -4,7 +4,7 @@ else
|
||||||
SUBDIRS_DOCS =
|
SUBDIRS_DOCS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
UNCONDDIRS = gst pkgconfig testsuite
|
UNCONDDIRS = examples gst pkgconfig testsuite
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
$(UNCONDDIRS) \
|
$(UNCONDDIRS) \
|
||||||
$(SUBDIRS_DOCS)
|
$(SUBDIRS_DOCS)
|
||||||
|
|
|
@ -163,6 +163,9 @@ changequote([,])dnl
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
|
examples/Makefile
|
||||||
|
examples/gst/Makefile
|
||||||
|
examples/gstplay/Makefile
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
pkgconfig/Makefile
|
pkgconfig/Makefile
|
||||||
pkgconfig/gst-python.pc
|
pkgconfig/gst-python.pc
|
||||||
|
|
|
@ -8,4 +8,4 @@ examples_DATA = \
|
||||||
play.py \
|
play.py \
|
||||||
vorbisplay.py
|
vorbisplay.py
|
||||||
|
|
||||||
EXTRA_DIST = $(examples)
|
EXTRA_DIST = $(examples_DATA)
|
||||||
|
|
Loading…
Reference in a new issue