summaryrefslogtreecommitdiff
path: root/mj2/MJ2_codec/Makefile
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2006-12-08 17:49:30 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2006-12-08 17:49:30 +0000
commitacd2187a4386503b293edecff68f0bd6b7eefa9f (patch)
treeeeacf240473c03a215476f2a66fd7e59724ec8e7 /mj2/MJ2_codec/Makefile
parentb8445ebec0cfd500d115d49f2f521bafae32db67 (diff)
MJ2 codec restructuration. Update of project files (dsp, vcproj and makefile)
Diffstat (limited to 'mj2/MJ2_codec/Makefile')
-rw-r--r--mj2/MJ2_codec/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mj2/MJ2_codec/Makefile b/mj2/MJ2_codec/Makefile
index 0cc9030e..04c59fee 100644
--- a/mj2/MJ2_codec/Makefile
+++ b/mj2/MJ2_codec/Makefile
@@ -1,4 +1,4 @@
-#
+#
# Valentin Mesaros (Octalis | DICE/UCL Belgium)
# 19 April 2005
#
@@ -6,7 +6,7 @@
#
INCLUDES = -Imj2 \
- -I../libopenjpeg
+ -I../libopenjpeg_097
C_OPT = -Wall
CFLAGS = $(INCLUDES) $(C_OPT)
@@ -15,8 +15,8 @@ CC = gcc
OBJ_MJ2_DIR = obj
BIN_MJ2_DIR = bin
-LIB_OPENJPEG_DIR = ../libopenjpeg/lib
-LIB_OPENJPEG = $(LIB_OPENJPEG_DIR)/libopenjpeg.a
+LIB_OPENJPEG_DIR = ../libopenjpeg_097/lib
+LIB_OPENJPEG = $(LIB_OPENJPEG_DIR)/libopenjpeg_097.a
all: $(OBJ_MJ2_DIR) $(BIN_MJ2_DIR) \
$(BIN_MJ2_DIR)/frames_to_mj2 \