mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-14 20:36:32 +00:00
8edfe3f5de
Original commit message from CVS: First round of incremental scheduling. Manager setting and managed_elements lists are now handled at bin_add/remove time. Scheduling chains can be created incrementally as well, though there are still some pieces missing.
10 lines
283 B
Makefile
10 lines
283 B
Makefile
SUBDIRS = sched eos
|
|
|
|
noinst_PROGRAMS = init loadall simplefake states caps queue registry \
|
|
paranoia rip mp3encode autoplug props case4 markup load tee incsched
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|
|
|
|
EXTRA_DIST = README
|