summaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg/ffmpeg_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ffmpeg/ffmpeg_0.5.bb')
-rw-r--r--recipes/ffmpeg/ffmpeg_0.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ffmpeg/ffmpeg_0.5.bb b/recipes/ffmpeg/ffmpeg_0.5.bb
index 0c82100318..07af21d04c 100644
--- a/recipes/ffmpeg/ffmpeg_0.5.bb
+++ b/recipes/ffmpeg/ffmpeg_0.5.bb
@@ -46,7 +46,7 @@ EXTRA_OECONF = " \
--arch=${TARGET_ARCH} \
--enable-cross-compile \
--extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
- --extra-ldflags="${TARGET_LDFLAGS}" \
+ --extra-ldflags="${TARGET_LDFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
--enable-hardcoded-tables \
${EXTRA_FFCONF} \
"