mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
c50aa69137
Original commit message from CVS: add actions. see ChangeLog for details
10 lines
249 B
Makefile
10 lines
249 B
Makefile
|
|
SUBDIRS = instantiate memchunk seeking # bufspeed
|
|
|
|
noinst_PROGRAMS = $(LAT) spidey_bench mass_elements
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
LIBS = $(GST_OBJ_LIBS)
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed instantiate memchunk sched threadstate seeking
|