Skip to content

Commit 083c760

Browse files
committed
Update libjpeg
1 parent ad524b1 commit 083c760

92 files changed

Lines changed: 19416 additions & 4163 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ BLIBDIR=$(MOUNT_DIR)/botlib
274274
NDIR=$(MOUNT_DIR)/null
275275
UIDIR=$(MOUNT_DIR)/ui
276276
Q3UIDIR=$(MOUNT_DIR)/q3_ui
277-
JPDIR=$(MOUNT_DIR)/jpeg-8c
277+
JPDIR=$(MOUNT_DIR)/jpeg-9f
278278
OGGDIR=$(MOUNT_DIR)/libogg-1.3.6
279279
VORBISDIR=$(MOUNT_DIR)/libvorbis-1.3.7
280280
OPUSDIR=$(MOUNT_DIR)/opus-1.5.2
@@ -1400,7 +1400,7 @@ BASE_CFLAGS += -DPRODUCT_VERSION=\\\"$(VERSION)\\\"
14001400
WARNINGS_CFLAGS += -Wformat=2 -Wno-format-zero-length -Wformat-security \
14011401
-Wno-format-nonliteral -Wstrict-aliasing=2 -Wmissing-format-attribute \
14021402
-Wdisabled-optimization -Werror-implicit-function-declaration
1403-
THIRDPARTY_CFLAGS += -Wno-stringop-overflow
1403+
THIRDPARTY_CFLAGS += -Wno-stringop-overflow -Wno-strict-prototypes
14041404

14051405
ifeq ($(V),1)
14061406
echo_cmd=@:

code/jpeg-8c/README

Lines changed: 0 additions & 326 deletions
This file was deleted.

0 commit comments

Comments
 (0)