mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 20:06:35 +00:00
4f74cacc80
Original commit message from CVS: added threadlock test
11 lines
303 B
Makefile
11 lines
303 B
Makefile
SUBDIRS = sched eos
|
|
|
|
noinst_PROGRAMS = init loadall simplefake states caps queue registry \
|
|
paranoia rip mp3encode autoplug props case4 markup load tee incsched \
|
|
reaping threadlock
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|
|
|
|
EXTRA_DIST = README
|