aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-11-25 14:36:45 +0100
committerKoen Kooi <koen@openembedded.org>2010-11-25 14:37:43 +0100
commit562f4f6a7fcbd92cf6916d2beb02d9a98f20a955 (patch)
treedfb1fa2080b2e49ee18f53a04d8d35a1a4f1b1c4 /recipes/ffmpeg
parent04f33c11a2161e86f2e87bdf74f4f0d18ad7d87e (diff)
downloadopenembedded-562f4f6a7fcbd92cf6916d2beb02d9a98f20a955.tar.gz
omapfbplay: bump SRCREV
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ffmpeg')
-rw-r--r--recipes/ffmpeg/omapfbplay-cmem_git.bb2
-rw-r--r--recipes/ffmpeg/omapfbplay-xv_git.bb2
-rw-r--r--recipes/ffmpeg/omapfbplay_git.bb6
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes/ffmpeg/omapfbplay-cmem_git.bb b/recipes/ffmpeg/omapfbplay-cmem_git.bb
index d578583186..0d1651d5ef 100644
--- a/recipes/ffmpeg/omapfbplay-cmem_git.bb
+++ b/recipes/ffmpeg/omapfbplay-cmem_git.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
PR = "r1"
PV = "0.0+${PR}+gitr${SRCREV}"
-SRCREV = "70bc185cfc3dd64399dc664a90a56a15796fb2e8"
+SRCREV = "2d27708a21d8dcc12ff7182099f352182d925003"
SRC_URI = "git://git.mansr.com/omapfbplay;protocol=git \
"
diff --git a/recipes/ffmpeg/omapfbplay-xv_git.bb b/recipes/ffmpeg/omapfbplay-xv_git.bb
index 646a704a55..88df08b724 100644
--- a/recipes/ffmpeg/omapfbplay-xv_git.bb
+++ b/recipes/ffmpeg/omapfbplay-xv_git.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
PR = "r2"
PV = "0.0+${PR}+gitr${SRCREV}"
-SRCREV = "e66bf25df1f1ff085e6db102b282d90e7ceff4bf"
+SRCREV = "2d27708a21d8dcc12ff7182099f352182d925003"
SRC_URI = "git://git.mansr.com/omapfbplay;protocol=git \
"
diff --git a/recipes/ffmpeg/omapfbplay_git.bb b/recipes/ffmpeg/omapfbplay_git.bb
index 65b7ac33f7..1bf69b51ed 100644
--- a/recipes/ffmpeg/omapfbplay_git.bb
+++ b/recipes/ffmpeg/omapfbplay_git.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Simple ffmpeg-based player that uses the omapfb overlays"
DEPENDS = "bzip2 lame ffmpeg virtual/kernel"
LICENSE = "MIT"
-PR = "r21"
+PR = "r23"
PV = "0.0+${PR}+gitr${SRCREV}"
-SRCREV = "190b44619bac188d86e8dcee74b0853e33fb7de0"
+SRCREV = "2d27708a21d8dcc12ff7182099f352182d925003"
SRC_URI = "git://git.mansr.com/${PN};protocol=git \
"
@@ -21,7 +21,7 @@ do_compile() {
cp ${STAGING_KERNEL_DIR}/arch/arm/plat-omap/include/mach/omapfb.h ${S} || true
cp ${STAGING_KERNEL_DIR}/include/asm-arm/arch-omap/omapfb.h ${S} || true
cp ${STAGING_KERNEL_DIR}/include/linux/omapfb.h ${S} || true
- oe_runmake ${TARGET_ARCH}=y OMAPFB=y NETSYNC=y -e
+ oe_runmake ${TARGET_ARCH}=y V4L2=y OMAPFB=y NETSYNC=y -e
}
do_install() {