mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
f1e89caecd
Original commit message from CVS: - add all the dirs to the DIST_SUBDIRS
17 lines
360 B
Makefile
17 lines
360 B
Makefile
# This directory depends on an x86 computer, so if nasm is present, we're good
|
|
# complain to hadess@hadess.net
|
|
if HAVE_NASM
|
|
NASMDEP_DIR=bufspeed memchunk
|
|
else
|
|
NASMDEP_DIR=
|
|
endif
|
|
|
|
SUBDIRS = $(NASMDEP_DIR) muxing sched
|
|
|
|
noinst_PROGRAMS = lat
|
|
|
|
lat_CFLAGS = $(GST_CFLAGS)
|
|
lat_LDFLAGS = $(GST_LIBS)
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed memchunk muxing sched
|