From 347df562703ae9b01e73ec2c5526e987e389a815 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Sun, 25 Jun 2006 19:15:50 +0000 Subject: [PATCH] == FFMPEG == Added Cygwin / mingw default location also --- extern/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/extern/Makefile b/extern/Makefile index 29a39ed55e8..c7d6c647457 100644 --- a/extern/Makefile +++ b/extern/Makefile @@ -1,5 +1,9 @@ # +<<<<<<< Makefile # $Id$ +======= +# $Id$ +>>>>>>> 1.18 # # ***** BEGIN GPL/BL DUAL LICENSE BLOCK ***** # @@ -34,7 +38,7 @@ include nan_definitions.mk SOURCEDIR = extern DIR = $(OCGDIR)/extern -DIRS = +DIRS = qhull/src solid ifeq ($(WITH_FREETYPE2), true) DIRS += bFTGL/src @@ -44,13 +48,19 @@ ifeq ($(WITH_FFMPEG), true) ifeq ($(NAN_FFMPEG), $(LCGDIR)/ffmpeg) DIRS += ffmpeg endif +ifeq ($(NAN_FFMPEG), $(LCGDIR)/gcc/ffmpeg) + DIRS += ffmpeg +endif endif ifneq ($(NAN_NO_KETSJI), true) - DIRS += qhull/src solid bullet + DIRS += bullet endif TARGET = +ifneq ($(OS),irix) + TARGET=solid +endif all:: @[ -d $(OCGDIR)/extern ] || mkdir -p $(OCGDIR)/extern -- 2.28.0