From 511817763dcd0fe1614c5b537276cbc054e40dd6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 17 Jan 2002 00:36:01 +0000 Subject: - make the qcam plugin build only only platforms using NASM, ie. x86 Original commit message from CVS: - make the qcam plugin build only only platforms using NASM, ie. x86 --- sys/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index 2a022fac..fde0de70 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -5,7 +5,9 @@ else OSS_DIR= endif -if USE_QCAM +# FIXME it's broken +# hadess@hadess.net +if HAVE_NASM QCAM_DIR=qcam else QCAM_DIR= -- cgit