mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
12 lines
287 B
Makefile
12 lines
287 B
Makefile
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
|
|
|
if !GST_DISABLE_TRACE
|
|
noinst_PROGRAMS = lat
|
|
|
|
lat_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
lat_LDFLAGS = $(GST_OBJ_LIBS)
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
|