mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
... except of course it still fails, vmsize () might be broken
Original commit message from CVS: ... except of course it still fails, vmsize () might be broken
This commit is contained in:
parent
324e81e1e2
commit
4e3489c2e5
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = bin element mainloop pad element_pad
|
||||
tests_fail = sched
|
||||
tests_pass = bin element mainloop pad
|
||||
tests_fail = sched element_pad
|
||||
|
||||
element_SOURCES = element.c mem.c
|
||||
pad_SOURCES = pad.c mem.c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = bin element mainloop pad element_pad
|
||||
tests_fail = sched
|
||||
tests_pass = bin element mainloop pad
|
||||
tests_fail = sched element_pad
|
||||
|
||||
element_SOURCES = element.c mem.c
|
||||
pad_SOURCES = pad.c mem.c
|
||||
|
|
Loading…
Reference in a new issue