diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-08 17:03:29 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-08 17:03:29 +0200 |
commit | dfc54a347acd6d730c994fc42c99328749fe225b (patch) | |
tree | e82cfd03cfafb8589df112b92b511b6f29e0a43f | |
parent | eb2aaf86793f8b735945b2e65d1a94da4188bc3e (diff) |
omapfbplay-xv: fix typo in recipe
-rw-r--r-- | recipes/ffmpeg/omapfbplay-xv_git.bb | 2 |
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}" |