summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb')
-rw-r--r--meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
index ad5ab59af4..65d60f9cea 100644
--- a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
+++ b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
24 24
25# We do this because the install program is called with -s which causes it to 25# We do this because the install program is called with -s which causes it to
26# call "strip" and it then mangles cross compiled stuff.. 26# call "strip" and it then mangles cross compiled stuff..
27PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:" 27PATH_prepend="${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin:"
28 28
29# Hack to get STAGING_LIBDIR into the linker path when building ffmpeg 29# Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
30CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}" 30CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}"