diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-14 15:07:27 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-15 08:44:57 +0100 |
commit | 996e4eec8b7c55f81c3346da4b30aebe1308afbc (patch) | |
tree | 1652e9073556edfe2d6792f8b9e7495f07f287e8 /recipes/ffmpeg | |
parent | 084e6a701f3cd7a6256976b45d4ef5073f29e44e (diff) |
ffmpeg: updated to latest svn version, added targetos flag to configure
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/ffmpeg')
-rw-r--r-- | 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 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}" \ |