From 3e2766bc2ee7523ea68caedc5b11e9498ddcbbc1 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Mon, 9 Nov 2009 20:08:19 +0000 Subject: Add FFTW3 support to Makefiles, make OpenJpeg use OS lib for Linux. And handful of whitespace clean ups. --- extern/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extern/Makefile') diff --git a/extern/Makefile b/extern/Makefile index a30cd1d7ca3..4a2e7a6d59b 100644 --- a/extern/Makefile +++ b/extern/Makefile @@ -34,7 +34,7 @@ DIRS = glew/src # Cloth requires it ifeq ($(NAN_USE_BULLET), true) - DIRS += bullet2 + DIRS += bullet2 endif ifeq ($(WITH_BINRELOC), true) @@ -42,7 +42,9 @@ ifeq ($(WITH_BINRELOC), true) endif ifeq ($(WITH_OPENJPEG), true) - DIRS += libopenjpeg + ifndef BF_OPENJPEG + DIRS += libopenjpeg + endif endif ifeq ($(WITH_LZO), true) -- cgit v1.2.3