diff options
author | Rafaël Carré <funman@videolan.org> | 2015-11-04 17:03:17 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-06 17:53:56 +0100 |
commit | 08b9d53e7bb4bda59b5af602c5b1f3c1bdaf41a9 (patch) | |
tree | 95f5a5c11d2d7beeb0be63219d06606aa2307915 /meta-multimedia/recipes-multimedia/vlc | |
parent | 79df19db58c1bd4820f2112e7f7f101d0f34bb0e (diff) | |
download | meta-openembedded-08b9d53e7bb4bda59b5af602c5b1f3c1bdaf41a9.tar.gz |
VLC: depends on gst-plugins-bad only if gst is enabled
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/vlc')
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index ee90ac804..b989849d8 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
@@ -5,7 +5,7 @@ SECTION = "multimedia" | |||
5 | LICENSE = "GPL-2.0" | 5 | LICENSE = "GPL-2.0" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native gst-plugins-bad \ | 8 | DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \ |
9 | virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \ | 9 | virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \ |
10 | tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \ | 10 | tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \ |
11 | libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \ | 11 | libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \ |
@@ -54,7 +54,7 @@ PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc" | |||
54 | PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" | 54 | PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" |
55 | PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disable-avcodec,libva libav" | 55 | PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disable-avcodec,libva libav" |
56 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | 56 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" |
57 | PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base" | 57 | PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base gst-plugins-bad" |
58 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx" | 58 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx" |
59 | PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free" | 59 | PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free" |
60 | PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp" | 60 | PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp" |