summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-04-23 07:09:19 +0000
committerkonablend <[email protected]>2009-04-23 07:09:19 +0000
commit88cd12e9c429703a5f3be58d506f21e931394640 (patch)
tree651604fb085aa89611814b8d749b77223268fe7f
parent6a53cb7cfb6fc9281d3ba640159a933405508fb1 (diff)
Fix ffmpeg module to use scoped-gcc value.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2351 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--contrib/ffmpeg/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index af34b3a92..0a238ba7b 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -24,7 +24,7 @@ FFMPEG.CONFIGURE.extra = \
--enable-libfaad \
--enable-muxer=ipod \
--enable-swscale \
- --cc="$(GCC.gcc)" \
+ --cc="$(FFMPEG.GCC.gcc)" \
--extra-cflags="$(call fn.ARGS,FFMPEG.GCC,*archs ?extra) -I$(call fn.ABSOLUTE,$(CONTRIB.build/)include)" \
--extra-ldflags="$(call fn.ARGS,FFMPEG.GCC,*archs ?extra) -L$(call fn.ABSOLUTE,$(CONTRIB.build/)lib)"