From 3f34e2a180807dc307cb93b7ba0c4be632847e8a Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Sun, 25 Jun 2006 18:25:36 +0000 Subject: [PATCH] == FFMPEG == Added extern/ffmpeg. Gets only build on WITH_FFMPEG=true and NAN_FFMPEG = LCGDIR/ffmpeg. --- extern/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extern/Makefile b/extern/Makefile index 6218f974aff..29a39ed55e8 100644 --- a/extern/Makefile +++ b/extern/Makefile @@ -40,6 +40,12 @@ ifeq ($(WITH_FREETYPE2), true) DIRS += bFTGL/src endif +ifeq ($(WITH_FFMPEG), true) +ifeq ($(NAN_FFMPEG), $(LCGDIR)/ffmpeg) + DIRS += ffmpeg +endif +endif + ifneq ($(NAN_NO_KETSJI), true) DIRS += qhull/src solid bullet endif