diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-09-12 21:50:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-17 11:17:40 +0200 |
commit | adf5b1071f2637725f4d0fb88c9ec8278b96d119 (patch) | |
tree | 8d529a994b4be6622f35cc3ede30427522528831 /meta-oe/recipes-multimedia | |
parent | 08f92d7a3746145bbd529b18d94f3da1bc4dec22 (diff) | |
download | meta-openembedded-adf5b1071f2637725f4d0fb88c9ec8278b96d119.tar.gz |
vlc: drop depends not yet in meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/vlc/vlc.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/vlc/vlc.inc b/meta-oe/recipes-multimedia/vlc/vlc.inc index ce608dc38..aecfb3a53 100644 --- a/meta-oe/recipes-multimedia/vlc/vlc.inc +++ b/meta-oe/recipes-multimedia/vlc/vlc.inc | |||
@@ -4,7 +4,8 @@ LICENSE = "GPLv2" | |||
4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
5 | 5 | ||
6 | DEPENDS = "libfribidi libtool libgcrypt gst-plugins-bad virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \ | 6 | DEPENDS = "libfribidi libtool libgcrypt gst-plugins-bad virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \ |
7 | ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}" | 7 | " |
8 | # ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}" | ||
8 | 9 | ||
9 | SRC_URI = "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2" | 10 | SRC_URI = "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2" |
10 | 11 | ||