[Scummvm-cvs-logs] scummvm master -> a0b6046496582a1ce216bf67bd1eb19121eeab58

clone2727 clone2727 at gmail.com
Sat Jul 6 05:10:30 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a0b6046496 BUILD: Fix Mac static build with libmpeg2


Commit: a0b6046496582a1ce216bf67bd1eb19121eeab58
    https://github.com/scummvm/scummvm/commit/a0b6046496582a1ce216bf67bd1eb19121eeab58
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2013-07-05T20:09:33-07:00

Commit Message:
BUILD: Fix Mac static build with libmpeg2

Changed paths:
    ports.mk



diff --git a/ports.mk b/ports.mk
index 7a3bf0f..892d2d5 100644
--- a/ports.mk
+++ b/ports.mk
@@ -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






More information about the Scummvm-git-logs mailing list