mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
2cb849415c
Original commit message from CVS: uraeus fix
17 lines
318 B
Makefile
17 lines
318 B
Makefile
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
|
|
|
if GST_DISABLE_TRACE
|
|
LAT =
|
|
else
|
|
LAT = lat
|
|
|
|
endif
|
|
|
|
noinst_PROGRAMS = $(LAT) spidey_bench
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
LIBS = $(GST_OBJ_LIBS)
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
|