diff options
author | Matthew Hoops | 2013-07-05 23:08:47 -0400 |
---|---|---|
committer | Matthew Hoops | 2013-07-05 23:09:33 -0400 |
commit | a0b6046496582a1ce216bf67bd1eb19121eeab58 (patch) | |
tree | 4ff8ebfd0d5c5da0730b3c9703a9af9b25f657c4 | |
parent | 9fb96a9256348c3b00b045614ddf9f8d96e833cf (diff) | |
download | scummvm-rg350-a0b6046496582a1ce216bf67bd1eb19121eeab58.tar.gz scummvm-rg350-a0b6046496582a1ce216bf67bd1eb19121eeab58.tar.bz2 scummvm-rg350-a0b6046496582a1ce216bf67bd1eb19121eeab58.zip |
BUILD: Fix Mac static build with libmpeg2
-rw-r--r-- | ports.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -139,6 +139,10 @@ ifdef USE_FAAD OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfaad.a endif +ifdef USE_MPEG2 +OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpeg2.a +endif + ifdef USE_ZLIB OSX_ZLIB ?= $(STATICLIBPATH)/lib/libz.a endif |