diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-20 13:06:14 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-20 13:06:14 +0200 |
commit | 196429904092f95e7f1042fb92bfcfaca87f5577 (patch) | |
tree | f0f97f1d1eda8fc886cc620e44798fea1d4cc9d4 | |
parent | 58c8e70ec14568d0dd21f6dfe72015375edccd60 (diff) |
mplayer: add live555 to depends
-rw-r--r-- | recipes/mplayer/mplayer_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mplayer/mplayer_svn.bb b/recipes/mplayer/mplayer_svn.bb index dfb73536de..d26302e65b 100644 --- a/recipes/mplayer/mplayer_svn.bb +++ b/recipes/mplayer/mplayer_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Open Source multimedia player." SECTION = "multimedia" PRIORITY = "optional" HOMEPAGE = "http://www.mplayerhq.hu/" -DEPENDS = "libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel \ +DEPENDS = "live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel \ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}" RDEPENDS = "mplayer-common" |