[Scummvm-cvs-logs] SF.net SVN: scummvm:[55326] scummvm/trunk/ports.mk

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Wed Jan 19 16:00:53 CET 2011


Revision: 55326
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55326&view=rev
Author:   mthreepwood
Date:     2011-01-19 15:00:53 +0000 (Wed, 19 Jan 2011)

Log Message:
-----------
MACOSX: Fix make bundle when compiling with libtheoradec

Modified Paths:
--------------
    scummvm/trunk/ports.mk

Modified: scummvm/trunk/ports.mk
===================================================================
--- scummvm/trunk/ports.mk	2011-01-19 14:45:18 UTC (rev 55325)
+++ scummvm/trunk/ports.mk	2011-01-19 15:00:53 UTC (rev 55326)
@@ -102,6 +102,10 @@
 OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libpng.a
 endif
 
+ifdef USE_THEORADEC
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libtheoradec.a
+endif
+
 ifdef USE_ZLIB
 OSX_ZLIB ?= -lz
 endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list