Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update libjpeg to v8c
  • Loading branch information
Sebastien Bourdeauducq committed Nov 21, 2011
1 parent 6666b78 commit d09543c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile-flickernoise/Makefile
Expand Up @@ -35,7 +35,7 @@ CURL_VERSION=7.22.0
EXPAT_VERSION=2.0.1

LIBPNG=libpng-$(LIBPNG_VERSION).tar.gz
LIBJPEG=jpegsrc.v8b.tar.gz
LIBJPEG=jpegsrc.v8c.tar.gz
OPENJPEG=openjpeg_v1_2.tar.gz
JBIG2DEC=jbig2dec-$(JBIG2DEC_VERSION).tar.gz
FREETYPE2=freetype-$(FREETYPE2_VERSION).tar.gz
Expand Down Expand Up @@ -84,7 +84,7 @@ $(BUILD_DIR)/libpng: $(DL)/$(LIBPNG).ok build_dir/.prepare

$(BUILD_DIR)/libjpeg: $(DL)/$(LIBJPEG).ok build_dir/.prepare
cd $(BUILD_DIR); tar xf ../$(DL)/$(LIBJPEG)
(cd $(BUILD_DIR)/jpeg-8b; $(CONFIGURE_VARS) ./configure \
(cd $(BUILD_DIR)/jpeg-8c; $(CONFIGURE_VARS) ./configure \
--host=lm32-rtems4.11 --disable-shared --prefix=$(RTEMS_MAKEFILE_PATH); \
make; \
make install;\
Expand Down

0 comments on commit d09543c

Please sign in to comment.