gstreamer/tests/sched/Makefile.am
Andy Wingo 3bc78f5d9e i've added a testcase where the scheduler fails. i don't know enough about the scheduler to fix it, though. the seque...
Original commit message from CVS:
i've added a testcase where the scheduler fails. i don't know enough about
the scheduler to fix it, though. the sequence goes:
- make a pipeline, iterate it once
- re-use one of the elements in a new pipeline, see if it works
2001-11-25 06:30:34 +00:00

12 lines
225 B
Makefile

if GST_DISABLE_LOADSAVE
noinst_PROGRAMS =
else
noinst_PROGRAMS = runxml dynamic-pipeline
endif
dynamic_pipeline_SOURCES = dynamic-pipeline.c
# nothing but apps here, this is safe
LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)