mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +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>
|
||||
|
||||
* configure.ac: Bump version number
|
||||
|
|
|
@ -4,7 +4,7 @@ else
|
|||
SUBDIRS_DOCS =
|
||||
endif
|
||||
|
||||
UNCONDDIRS = gst pkgconfig testsuite
|
||||
UNCONDDIRS = examples gst pkgconfig testsuite
|
||||
SUBDIRS = \
|
||||
$(UNCONDDIRS) \
|
||||
$(SUBDIRS_DOCS)
|
||||
|
|
|
@ -163,6 +163,9 @@ changequote([,])dnl
|
|||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
examples/Makefile
|
||||
examples/gst/Makefile
|
||||
examples/gstplay/Makefile
|
||||
gst/Makefile
|
||||
pkgconfig/Makefile
|
||||
pkgconfig/gst-python.pc
|
||||
|
|
|
@ -8,4 +8,4 @@ examples_DATA = \
|
|||
play.py \
|
||||
vorbisplay.py
|
||||
|
||||
EXTRA_DIST = $(examples)
|
||||
EXTRA_DIST = $(examples_DATA)
|
||||
|
|
Loading…
Reference in a new issue