summaryrefslogtreecommitdiff
path: root/package/ffmpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ffmpeg/Makefile')
-rw-r--r--package/ffmpeg/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/ffmpeg/Makefile b/package/ffmpeg/Makefile
index 082bfe171..989393c2a 100644
--- a/package/ffmpeg/Makefile
+++ b/package/ffmpeg/Makefile
@@ -43,11 +43,7 @@ else
CONFIGURE_CPU_OPTS:= --disable-sse
endif
-# gcc 4.5 produces internal compiler error with -Os
-#TCFLAGS:=$(subst Os,O2,$(TCFLAGS))
-
CONFIG_STYLE:= minimal
-
CONFIGURE_ARGS:= --prefix=/usr \
--target-os=linux \
--arch=${CPU_ARCH} \
@@ -56,7 +52,7 @@ CONFIGURE_ARGS:= --prefix=/usr \
--source-path=${WRKSRC} \
--cross-prefix=${TARGET_CROSS} \
--cc=$(TARGET_CC) \
- --host-cc=$(HOSTCC) \
+ --host-cc=$(CC_FOR_BUILD) \
--disable-doc \
--disable-debug \
--disable-optimizations \