From 1e051449c1a2971e7a4d2c7cf73aeddfb3fbbe38 Mon Sep 17 00:00:00 2001 From: konablend Date: Tue, 19 Feb 2013 15:39:18 +0000 Subject: [PATCH] minor fixup: append to GCC.args.extra git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5256 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/ffmpeg/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 22c1aea56..3fa360fc1 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -34,7 +34,7 @@ FFMPEG.CONFIGURE.extra = \ ## check against tuple: B-SYSTEM where B is { 0 | 1 } for cross-compiling flag ifeq (0-cygwin,$(BUILD.cross)-$(BUILD.system)) FFMPEG.CONFIGURE.extra += --enable-pthreads --enable-memalign-hack - FFMPEG.GCC.args.extra = -fno-common + FFMPEG.GCC.args.extra += -fno-common else ifeq (darwin,$(BUILD.system)) ## section for darwin-archs FFMPEG.CONFIGURE.extra += --enable-pthreads --enable-cross-compile --arch=$(BUILD.machine) --target-os=darwin -- 2.40.0