summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-09-20 18:07:51 +0100
committerChris Liddell <chris.liddell@artifex.com>2016-09-20 20:27:16 +0100
commit1bd7f32d70549971b4a384c5865e1fd030f49f20 (patch)
tree9569c88fcc1f90fcc2baaecfb6a5adc04d1e4f88 /Makefile.in
parent20b0255206254ebcce1cde0a4a63d74b0aedcecf (diff)
downloadghostpdl-1bd7f32d70549971b4a384c5865e1fd030f49f20.tar.gz
Bug 697138: Fix --disable-sse2 to work with openjpeg
OpenJPEG enables it's SSE code based on the compiler defining __SSE__ so we want to undefine that if we're not using SSE operations.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a40486a16..25875ad6b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -290,7 +290,7 @@ JBIG2_CFLAGS=@JBIG2_AUTOCONF_CFLAGS@
JPX_LIB=@JPX_DECODER@
SHARE_JPX=@SHARE_JPX@
JPXSRCDIR=@JPXDIR@
-JPX_CFLAGS=@JPX_AUTOCONF_CFLAGS@
+JPX_CFLAGS=@JPX_AUTOCONF_CFLAGS@ @JPX_SSE_CFLAGS@
# uncomment the following three lines and one of the last two to
# compile in the Luratech lwf_jp2 codec