aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorMatthew Hoops2013-09-16 20:41:12 -0400
committerMatthew Hoops2013-09-16 20:41:50 -0400
commitd9e6617818d0f013b2f70ceec29f4d86c3b6bc0f (patch)
tree177ad55f31622c508c259fdfa345287090f15dac /ports.mk
parent856da53e8b232134561308328989cd12259bb063 (diff)
downloadscummvm-rg350-d9e6617818d0f013b2f70ceec29f4d86c3b6bc0f.tar.gz
scummvm-rg350-d9e6617818d0f013b2f70ceec29f4d86c3b6bc0f.tar.bz2
scummvm-rg350-d9e6617818d0f013b2f70ceec29f4d86c3b6bc0f.zip
BUILD: Fix Mac OS X static build with libjpeg
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports.mk b/ports.mk
index 892d2d57c3..f9d075707b 100644
--- a/ports.mk
+++ b/ports.mk
@@ -143,6 +143,10 @@ ifdef USE_MPEG2
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpeg2.a
endif
+ifdef USE_JPEG
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libjpeg.a
+endif
+
ifdef USE_ZLIB
OSX_ZLIB ?= $(STATICLIBPATH)/lib/libz.a
endif