aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-08 17:03:29 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-08 17:03:29 +0200
commitdfc54a347acd6d730c994fc42c99328749fe225b (patch)
treee82cfd03cfafb8589df112b92b511b6f29e0a43f /recipes/ffmpeg
parenteb2aaf86793f8b735945b2e65d1a94da4188bc3e (diff)
downloadopenembedded-dfc54a347acd6d730c994fc42c99328749fe225b.tar.gz
omapfbplay-xv: fix typo in recipe
Diffstat (limited to 'recipes/ffmpeg')
-rw-r--r--recipes/ffmpeg/omapfbplay-xv_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ffmpeg/omapfbplay-xv_git.bb b/recipes/ffmpeg/omapfbplay-xv_git.bb
index 81501bb1a1..b7398612a2 100644
--- a/recipes/ffmpeg/omapfbplay-xv_git.bb
+++ b/recipes/ffmpeg/omapfbplay-xv_git.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Simple ffmpeg-based player that uses the omapfb overlays"
-DEPENDS = libxv "bzip2 lame ffmpeg virtual/kernel"
+DEPENDS = "libxv bzip2 lame ffmpeg virtual/kernel"
LICENSE = "MIT"
PV = "0.0+${PR}+gitr${SRCREV}"