mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
bf7bff6c47
Original commit message from CVS: Small compile fixes
12 lines
255 B
Makefile
12 lines
255 B
Makefile
|
|
SUBDIRS = memchunk muxing sched threadstate seeking # bufspeed
|
|
|
|
if !GST_DISABLE_TRACE
|
|
noinst_PROGRAMS = lat
|
|
|
|
lat_CFLAGS = $(GST_CFLAGS)
|
|
lat_LDFLAGS = $(GST_LIBS)
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
|