mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
tests/playback: due to popular demand mv them from examples to icles
The tests are toys and not reference demos.
This commit is contained in:
parent
c1a705acbc
commit
617a0fc50e
13 changed files with 6 additions and 3 deletions
|
@ -953,13 +953,13 @@ tests/examples/app/Makefile
|
|||
tests/examples/dynamic/Makefile
|
||||
tests/examples/gio/Makefile
|
||||
tests/examples/overlay/Makefile
|
||||
tests/examples/playback/Makefile
|
||||
tests/examples/seek/Makefile
|
||||
tests/examples/snapshot/Makefile
|
||||
tests/examples/volume/Makefile
|
||||
tests/examples/v4l/Makefile
|
||||
tests/files/Makefile
|
||||
tests/icles/Makefile
|
||||
tests/icles/playback/Makefile
|
||||
docs/Makefile
|
||||
docs/design/Makefile
|
||||
docs/libs/Makefile
|
||||
|
|
|
@ -8,8 +8,8 @@ if USE_GIO
|
|||
GIO_SUBDIRS = gio
|
||||
endif
|
||||
|
||||
SUBDIRS = app dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playback volume v4l
|
||||
SUBDIRS = app dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay volume v4l
|
||||
|
||||
DIST_SUBDIRS = app dynamic gio overlay playback seek snapshot volume v4l
|
||||
DIST_SUBDIRS = app dynamic gio overlay seek snapshot volume v4l
|
||||
|
||||
include $(top_srcdir)/common/parallel-subdirs.mak
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
SUBDIRS = playback
|
||||
DIST_SUBDIRS = playback
|
||||
|
||||
if USE_X
|
||||
X_TESTS = stress-xoverlay
|
||||
|
||||
|
|
Loading…
Reference in a new issue