blob: 7e42484abf48c515538d09b1a8f2e2096b7fa9c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- xv-3.10a/Makefile~ 2007-06-24 15:41:58 -0600
+++ xv-3.10a/Makefile 2007-06-24 15:42:43 -0600
@@ -176,16 +176,16 @@
### if, for whatever reason, you're unable to get the JasPer JPEG-2000 library
### to compile on your machine, *COMMENT OUT* the following lines
###
-JP2K = -DDOJP2K
+#JP2K = -DDOJP2K
###
#JP2KDIR = ../../jasper
-JP2KDIR = /usr/local/lib
+#JP2KDIR = /usr/local/lib
###
#JP2KINC = -I$(JP2KDIR)
-JP2KINC = -I/usr/local/include
+#JP2KINC = -I/usr/local/include
###
#JP2KLIB = -L$(JP2KDIR) -ljasper
-JP2KLIB = $(JP2KDIR)/libjasper.a
+#JP2KLIB = $(JP2KDIR)/libjasper.a
###
|