ffmpeg: updated to latest svn version, added targetos flag to configure
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 14 Mar 2010 14:07:27 +0000 (15:07 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 15 Mar 2010 07:44:57 +0000 (08:44 +0100)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/ffmpeg/ffmpeg_svn.bb

index 0414e13..ec30821 100644 (file)
@@ -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}" \