- dodge compiling memchunk and bufspeed if NASM is not present

Original commit message from CVS:
- dodge compiling memchunk and bufspeed if NASM is not present
This commit is contained in:
Bastien Nocera 2002-01-15 21:00:56 +00:00
parent 0050b2af50
commit 769cc8e90c
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-01-15 Bastien Nocera <hadess@hadess.net>
* tests/Makefile.am: dodge compiling memchunk and bufspeed
if NASM is not present
2002-01-03 Rodney Dawes <dobey@free.fr>
* gstreamer.spec.in: Fixed the missing plug-ins problem

View file

@ -1,4 +1,12 @@
SUBDIRS = bufspeed memchunk muxing sched
# 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