mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
9c5a2cdea7
Original commit message from CVS: Remove HAVE_NASM-related stuff
14 lines
421 B
Makefile
14 lines
421 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 ?
|
|
NASMDEP_DIR=memchunk #bufspeed
|
|
|
|
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
|