aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-08 18:56:51 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-08 18:56:51 +0200
commit2059a69ede21c3afb44e6b407fca649e9fc79b17 (patch)
tree2b4c006e2e2e2ec878dde2e2ad6620d27710e0e9 /recipes/ffmpeg
parent40a2e72aed61b86bb07882cb4c26c82535d1c448 (diff)
downloadopenembedded-2059a69ede21c3afb44e6b407fca649e9fc79b17.tar.gz
omapfbplay-xv: enable omapfb driver as well
Diffstat (limited to 'recipes/ffmpeg')
-rw-r--r--recipes/ffmpeg/omapfbplay-xv_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ffmpeg/omapfbplay-xv_git.bb b/recipes/ffmpeg/omapfbplay-xv_git.bb
index b7398612a2..3e676e92bb 100644
--- a/recipes/ffmpeg/omapfbplay-xv_git.bb
+++ b/recipes/ffmpeg/omapfbplay-xv_git.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Simple ffmpeg-based player that uses the omapfb overlays"
DEPENDS = "libxv bzip2 lame ffmpeg virtual/kernel"
LICENSE = "MIT"
+PR = "r1"
PV = "0.0+${PR}+gitr${SRCREV}"
SRCREV = "e66bf25df1f1ff085e6db102b282d90e7ceff4bf"
@@ -19,7 +20,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 XV=y NETSYNC=y -e
+ oe_runmake OMAPFB=y XV=y NETSYNC=y -e
}
do_install() {