2010-02-09 14:25:13 -08:00
|
|
|
// Theora settings for all configurations
|
|
|
|
|
2011-05-18 13:59:07 -07:00
|
|
|
#include "Base-Framework.xcconfig"
|
|
|
|
|
2010-02-09 14:25:13 -08:00
|
|
|
|
|
|
|
INFOPLIST_FILE = Resources/theora/Info.plist
|
|
|
|
PRODUCT_NAME = Theora
|
2011-04-02 07:25:17 -07:00
|
|
|
HEADER_SEARCH_PATHS = $(inherited)
|
|
|
|
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/external/libtheora/lib" "$(SRCROOT)/external/libtheora/include/**"
|
2011-05-18 13:59:07 -07:00
|
|
|
|
2012-01-21 09:10:17 -08:00
|
|
|
WARNING_CFLAGS = -Wno-parentheses -Wno-tautological-compare // Silence warnings that are not ours
|
2011-06-03 09:00:33 -07:00
|
|
|
WARNING_CFLAGS[arch=i386] = $(inherited) -Wno-tautological-compare
|