From: Koen Kooi Date: Wed, 21 Oct 2009 07:51:48 +0000 (+0200) Subject: ffmpeg: bump SRCREV X-Git-Tag: Release-2010-05/1~2025 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c20c24bc1e3ae01b2117a256b8f9d80b5cad50;p=openembedded.git ffmpeg: bump SRCREV omapfbplay: bump PR --- diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb index 2832d37716..c797710f70 100644 --- a/recipes/ffmpeg/ffmpeg_svn.bb +++ b/recipes/ffmpeg/ffmpeg_svn.bb @@ -2,7 +2,7 @@ require ffmpeg.inc DEPENDS += "schroedinger libgsm" -SRCREV = "20024" +SRCREV = "20231" PE = "1" PV = "0.5.0+${PR}+svnr${SRCREV}" @@ -16,7 +16,7 @@ SRC_URI = "svn://svn.ffmpeg.org/ffmpeg/;module=trunk" S = "${WORKDIR}/trunk" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -ftree-vectorize -fomit-frame-pointer -O4 -ffast-math" +FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fno-tree-vectorize -fomit-frame-pointer -O4 -ffast-math" BUILD_OPTIMIZATION = "${FULL_OPTIMIZATION}" EXTRA_FFCONF_armv7a = "--cpu=cortex-a8" diff --git a/recipes/ffmpeg/omapfbplay_git.bb b/recipes/ffmpeg/omapfbplay_git.bb index 89c845030a..afc3b2aa36 100644 --- a/recipes/ffmpeg/omapfbplay_git.bb +++ b/recipes/ffmpeg/omapfbplay_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Simple ffmpeg-based player that uses the omapfb overlays" DEPENDS = "bzip2 lame ffmpeg virtual/kernel" LICENSE = "MIT" -PR = "r17" +PR = "r18" PV = "0.0+${PR}+gitr${SRCREV}"