mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
63e9f360e4
Original commit message from CVS: More nasm removal cleanups
10 lines
227 B
Makefile
10 lines
227 B
Makefile
|
|
SUBDIRS = memchunk muxing sched threadstate seeking # bufspeed
|
|
|
|
noinst_PROGRAMS = lat
|
|
|
|
lat_CFLAGS = $(GST_CFLAGS)
|
|
lat_LDFLAGS = $(GST_LIBS)
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
|