From: Frans Meulenbroeks Date: Sun, 14 Mar 2010 14:07:27 +0000 (+0100) Subject: ffmpeg: updated to latest svn version, added targetos flag to configure X-Git-Tag: Release-2010-05/1~340^2~128^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996e4eec8b7c55f81c3346da4b30aebe1308afbc;p=openembedded.git ffmpeg: updated to latest svn version, added targetos flag to configure Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb index 0414e138b2..ec3082179a 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}" @@ -44,6 +44,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}" \