mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
560beb6b94
Original commit message from CVS: Shows the problem with adder and optscheduler, this program simulates bug triggered by RhythmBox
12 lines
317 B
Makefile
12 lines
317 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
noinst_PROGRAMS =
|
|
else
|
|
noinst_PROGRAMS = runxml dynamic-pipeline sched-stress interrupt1 interrupt2 interrupt3
|
|
endif
|
|
|
|
dynamic_pipeline_SOURCES = dynamic-pipeline.c
|
|
sched_stress_SOURCES = sched-stress.c
|
|
sched_stress_LDADD = $(GST_LIBS) #-lefence
|
|
|
|
LDADD = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|