mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
- 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
This commit is contained in:
parent
197090d0a1
commit
07ba249957
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-17 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* sys/Makefile.am: make the qcam plugin build only
|
||||
only platforms using NASM, ie. x86
|
||||
|
||||
2002-01-06 Rodney Dawes <dobey@free.fr>
|
||||
|
||||
* configure.ac: added -lm to cdparanoia check so it works,
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue