[Scummvm-git-logs] scummvm master -> 243e261883e2b7955f1fd0925124700e899863d4

bgK bastien.bouclet at gmail.com
Wed Nov 7 07:27:49 CET 2018


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:
243e261883 BUILD: Fix Mac static build with liba52


Commit: 243e261883e2b7955f1fd0925124700e899863d4
    https://github.com/scummvm/scummvm/commit/243e261883e2b7955f1fd0925124700e899863d4
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2018-11-07T07:26:04+01:00

Commit Message:
BUILD: Fix Mac static build with liba52

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 1163a07..1bf916d 100644
--- a/ports.mk
+++ b/ports.mk
@@ -358,6 +358,10 @@ ifdef USE_MPEG2
 OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpeg2.a
 endif
 
+ifdef USE_A52
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/liba52.a
+endif
+
 ifdef USE_JPEG
 OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libjpeg.a
 endif





More information about the Scummvm-git-logs mailing list