mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
e2a946395a
Original commit message from CVS: * tests/sched/Makefile.am: * tests/sched/sort.c: (make_pipeline1), (make_pipeline2), (make_pipeline3), (make_pipeline4), (print_elem), (main):
12 lines
334 B
Makefile
12 lines
334 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
noinst_PROGRAMS =
|
|
else
|
|
noinst_PROGRAMS = runxml dynamic-pipeline sched-stress interrupt1 interrupt2 interrupt3 sort
|
|
endif
|
|
|
|
dynamic_pipeline_SOURCES = dynamic-pipeline.c
|
|
sched_stress_SOURCES = sched-stress.c
|
|
sched_stress_LDADD = $(GST_OBJ_LIBS) #-lefence
|
|
|
|
LDADD = $(GST_OBJ_LIBS)
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|