mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
removed capsnego testsuite from build if ok then someone please remove the source dirs
Original commit message from CVS: removed capsnego testsuite from build if ok then someone please remove the source dirs
This commit is contained in:
parent
703f271947
commit
04f32a7280
3 changed files with 4 additions and 5 deletions
|
@ -707,7 +707,6 @@ tests/sched/Makefile
|
||||||
testsuite/Makefile
|
testsuite/Makefile
|
||||||
testsuite/bytestream/Makefile
|
testsuite/bytestream/Makefile
|
||||||
testsuite/caps/Makefile
|
testsuite/caps/Makefile
|
||||||
testsuite/capsnego/Makefile
|
|
||||||
testsuite/cleanup/Makefile
|
testsuite/cleanup/Makefile
|
||||||
testsuite/plugin/Makefile
|
testsuite/plugin/Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : refcounting threads bytestream
|
# FIXME : refcounting threads bytestream cleanup
|
||||||
SUBDIRS = caps plugin cleanup
|
SUBDIRS = caps plugin
|
||||||
|
|
||||||
testprogs = test_gst_init
|
testprogs = test_gst_init
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : refcounting threads bytestream
|
# FIXME : refcounting threads bytestream cleanup
|
||||||
SUBDIRS = caps plugin cleanup
|
SUBDIRS = caps plugin
|
||||||
|
|
||||||
testprogs = test_gst_init
|
testprogs = test_gst_init
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue