mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
bff9d07034
Original commit message from CVS: NEWS build
18 lines
408 B
Makefile
18 lines
408 B
Makefile
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
|
|
|
if GST_DISABLE_TRACE
|
|
LAT =
|
|
else
|
|
LAT = lat
|
|
|
|
endif
|
|
|
|
noinst_PROGRAMS = $(LAT) spidey_bench mass_elements speed complexity
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
LIBS = $(GST_OBJ_LIBS) \
|
|
$(top_builddir)/gst/base/libgstbase-@GST_MAJORMINOR@.la
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
|