diff options
-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}" |