[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11198] trunk/blender/source/blender/ python/api2_2x/Makefile: Was a missing -DWITH_FFMPEG here so I added it.

Kent Mein mein at cs.umn.edu
Mon Jul 9 18:17:33 CEST 2007


Revision: 11198
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11198
Author:   sirdude
Date:     2007-07-09 18:17:33 +0200 (Mon, 09 Jul 2007)

Log Message:
-----------
Was a missing -DWITH_FFMPEG here so I added it.

Kent

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/Makefile

Modified: trunk/blender/source/blender/python/api2_2x/Makefile
===================================================================
--- trunk/blender/source/blender/python/api2_2x/Makefile	2007-07-09 16:03:26 UTC (rev 11197)
+++ trunk/blender/source/blender/python/api2_2x/Makefile	2007-07-09 16:17:33 UTC (rev 11198)
@@ -45,6 +45,9 @@
 
 CFLAGS += $(LEVEL_1_C_WARNINGS)
 
+ifeq ($(WITH_FFMPEG), true)
+   CPPFLAGS += -DWITH_FFMPEG
+endif
 
 CPPFLAGS += -I$(OPENGL_HEADERS)
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include





More information about the Bf-blender-cvs mailing list