mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
fc2647319f
Original commit message from CVS: bufspeed gives warnings because of volatile discardation who wrote it, can it be fixed ? what does it actually test ? please add some description in README
18 lines
458 B
Makefile
18 lines
458 B
Makefile
# This directory depends on an x86 computer, so if nasm is present, we're good
|
|
# complain to hadess@hadess.net
|
|
# bufspeed gives warnings, can someone please fix that ?
|
|
if HAVE_NASM
|
|
NASMDEP_DIR=memchunk #bufspeed
|
|
else
|
|
NASMDEP_DIR=
|
|
endif
|
|
|
|
SUBDIRS = $(NASMDEP_DIR) muxing sched threadstate seeking
|
|
|
|
noinst_PROGRAMS = lat
|
|
|
|
lat_CFLAGS = $(GST_CFLAGS)
|
|
lat_LDFLAGS = $(GST_LIBS)
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
|