mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
testsuite/bytestream: Removed, getrange replaces bytestream in
Original commit message from CVS: 2005-02-10 Andy Wingo <wingo@pobox.com> * testsuite/bytestream: Removed, getrange replaces bytestream in -THREADED. * testsuite/Makefile.am: * configure.ac: Updated.
This commit is contained in:
parent
b5f2f92846
commit
3279192621
3 changed files with 4 additions and 5 deletions
|
@ -682,7 +682,6 @@ tests/sched/Makefile
|
||||||
tests/threadstate/Makefile
|
tests/threadstate/Makefile
|
||||||
testsuite/Makefile
|
testsuite/Makefile
|
||||||
testsuite/bins/Makefile
|
testsuite/bins/Makefile
|
||||||
testsuite/bytestream/Makefile
|
|
||||||
testsuite/caps/Makefile
|
testsuite/caps/Makefile
|
||||||
testsuite/cleanup/Makefile
|
testsuite/cleanup/Makefile
|
||||||
testsuite/clock/Makefile
|
testsuite/clock/Makefile
|
||||||
|
|
|
@ -14,7 +14,7 @@ GST_DEBUG_DIRS = debug
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
bins bytestream caps cleanup clock \
|
bins caps cleanup clock \
|
||||||
$(GST_DEBUG_DIRS) \
|
$(GST_DEBUG_DIRS) \
|
||||||
dlopen dynparams \
|
dlopen dynparams \
|
||||||
elements ghostpads indexers negotiation \
|
elements ghostpads indexers negotiation \
|
||||||
|
@ -22,7 +22,7 @@ SUBDIRS = \
|
||||||
plugin refcounting schedulers states tags threads
|
plugin refcounting schedulers states tags threads
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
bins bytestream caps cleanup clock \
|
bins caps cleanup clock \
|
||||||
debug \
|
debug \
|
||||||
dlopen dynparams \
|
dlopen dynparams \
|
||||||
elements ghostpads indexers negotiation \
|
elements ghostpads indexers negotiation \
|
||||||
|
|
|
@ -14,7 +14,7 @@ GST_DEBUG_DIRS = debug
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
bins bytestream caps cleanup clock \
|
bins caps cleanup clock \
|
||||||
$(GST_DEBUG_DIRS) \
|
$(GST_DEBUG_DIRS) \
|
||||||
dlopen dynparams \
|
dlopen dynparams \
|
||||||
elements ghostpads indexers negotiation \
|
elements ghostpads indexers negotiation \
|
||||||
|
@ -22,7 +22,7 @@ SUBDIRS = \
|
||||||
plugin refcounting schedulers states tags threads
|
plugin refcounting schedulers states tags threads
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
bins bytestream caps cleanup clock \
|
bins caps cleanup clock \
|
||||||
debug \
|
debug \
|
||||||
dlopen dynparams \
|
dlopen dynparams \
|
||||||
elements ghostpads indexers negotiation \
|
elements ghostpads indexers negotiation \
|
||||||
|
|
Loading…
Reference in a new issue