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:
-rw-r--r--source/nan_definitions.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 16e288cc1b8..5b7ff8e299e 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -89,6 +89,10 @@ endif
export NAN_SUPERLU ?= $(LCGDIR)/superlu
ifeq ($(FREE_WINDOWS), true)
export NAN_FTGL ?= $(LCGDIR)/gcc/ftgl
+ export NAN_FFMPEG ?= $(LCGDIR)/gcc/ffmpeg
+ export NAN_FFMPEGLIBS ?= -L$(NAN_FFMPEG)/lib -lavformat -lavutil -lavcodec
+ export NAN_FFMPEGCFLAGS ?= -I$(NAN_FFMPEG)/include
+
else
export NAN_FTGL ?= $(LCGDIR)/ftgl
endif