mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-18 22:14:30 +00:00
Original commit message from CVS: * changes to allow apps outside of gstreamer/ to use dparams * continuing test removal
8 lines
127 B
Makefile
8 lines
127 B
Makefile
noinst_PROGRAMS = lat
|
|
|
|
SUBDIRS = bufspeed memchunk
|
|
|
|
lat_CFLAGS = $(GST_CFLAGS)
|
|
lat_LDFLAGS = $(GST_LIBS)
|
|
|
|
EXTRA_DIST = README
|