gstreamer/tests/Makefile.am
Steve Baker 6004504f6a added a test which shows a problem with state changes when the toplevel bin is a thread.
Original commit message from CVS:
added a test which shows a problem with state changes when the toplevel bin is a thread.
there is some kind of deadlock. It would be good if wingo or wtay could have a look.
2002-06-01 15:01:51 +00:00

18 lines
384 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 threadstate
noinst_PROGRAMS = lat
lat_CFLAGS = $(GST_CFLAGS)
lat_LDFLAGS = $(GST_LIBS)
EXTRA_DIST = README
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate