diff options
author | Bastien Nocera <hadess@hadess.net> | 2002-01-17 00:36:01 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2002-01-17 00:36:01 +0000 |
commit | d5787f754ff011ff5e9d06396b90ba6153690d98 (patch) | |
tree | b42de25fa9739b682e8ce4b8ee8147a252a056d6 /sys | |
parent | 237cbf490676362654d7a00dee2ca6f809c2b880 (diff) | |
download | gst-plugins-bad-d5787f754ff011ff5e9d06396b90ba6153690d98.tar.gz gst-plugins-bad-d5787f754ff011ff5e9d06396b90ba6153690d98.tar.bz2 gst-plugins-bad-d5787f754ff011ff5e9d06396b90ba6153690d98.zip |
- 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
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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= |