From 723b84c79c91abc804380d921c91d850ab68ff0a Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Fri, 2 May 2003 13:36:56 +0000 Subject: fun with quicktime: #include instead of #include on OS X to avoid having to specify the full path to the QT headers in the Makefiles #undef NDEBUG on OS X to avoid errors about ID being declared twice enable support for QuickTime in the original Makefiles on OS X --- source/blender/imbuf/intern/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/imbuf/intern/Makefile') diff --git a/source/blender/imbuf/intern/Makefile b/source/blender/imbuf/intern/Makefile index 1517a508cec..0cb0316524d 100644 --- a/source/blender/imbuf/intern/Makefile +++ b/source/blender/imbuf/intern/Makefile @@ -59,3 +59,7 @@ CPPFLAGS += -I../../makesdna # external interface of this module CPPFLAGS += -I.. +ifeq ($(WITH_QUICKTIME), true) + CPPFLAGS += -DWITH_QUICKTIME +endif + -- cgit v1.2.3