[oe-commits] Frans Meulenbroeks : ffmpeg: updated to latest svn version, added targetos flag to configure

git version control git at git.openembedded.org
Sun Mar 14 21:32:01 UTC 2010


Module: openembedded.git
Branch: eFfeM/sanity
Commit: 39f6560d4030d56da6728b1b815428c813f1a7c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=39f6560d4030d56da6728b1b815428c813f1a7c9

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Mar 14 15:07:27 2010 +0100

ffmpeg: updated to latest svn version, added targetos flag to configure

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/ffmpeg/ffmpeg_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb
index 23bee47..070e458 100644
--- a/recipes/ffmpeg/ffmpeg_svn.bb
+++ b/recipes/ffmpeg/ffmpeg_svn.bb
@@ -2,7 +2,7 @@ require ffmpeg.inc
 
 DEPENDS += "schroedinger libgsm"
 
-SRCREV = "21107"
+SRCREV = "22521"
 
 PE = "1"
 PV = "0.5.0+${PR}+svnr${SRCPV}"
@@ -40,6 +40,7 @@ EXTRA_OECONF = " \
         --enable-libtheora  \
         --enable-libvorbis \
         --arch=${TARGET_ARCH} \
+	--target-os="linux" \
         --enable-cross-compile \
         --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
         --extra-ldflags="${TARGET_LDFLAGS}" \





More information about the Openembedded-commits mailing list