Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2006-02-06 09:22:39 +0300
committerChris Want <cwant@ualberta.ca>2006-02-06 09:22:39 +0300
commitb8988d8c1966ccbc288fae15364de9097a03f695 (patch)
tree05c48cbef3651c1ded99f2fae06df36676b36da0 /source/blender/imbuf/intern/Makefile
parent7263b0f6df0a8dae691427a5dadb931f5ca95c0b (diff)
Using NAN_FFMPEG_CFLAGS to find the right headers, and making linking
with NAN_FFMPEG_LIBS more general (i.e., not just for linux, and moving some of the linux linking stuff to source/nan_definitions.mk).
Diffstat (limited to 'source/blender/imbuf/intern/Makefile')
-rw-r--r--source/blender/imbuf/intern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/Makefile b/source/blender/imbuf/intern/Makefile
index 4efba0cd988..19040abd5f6 100644
--- a/source/blender/imbuf/intern/Makefile
+++ b/source/blender/imbuf/intern/Makefile
@@ -76,5 +76,6 @@ endif
ifeq ($(WITH_FFMPEG), true)
CPPFLAGS += -DWITH_FFMPEG
+ CPPFLAGS += $(NAN_FFMPEGCFLAGS)
endif