mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
VLC: depends on gst-plugins-bad only if gst is enabled
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
79df19db58
commit
08b9d53e7b
@@ -5,7 +5,7 @@ SECTION = "multimedia"
|
|||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native gst-plugins-bad \
|
DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \
|
||||||
virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \
|
virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \
|
||||||
tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \
|
tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \
|
||||||
libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \
|
libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \
|
||||||
@@ -54,7 +54,7 @@ PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc"
|
|||||||
PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
|
PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
|
||||||
PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disable-avcodec,libva libav"
|
PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disable-avcodec,libva libav"
|
||||||
PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
|
PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
|
||||||
PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base"
|
PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base gst-plugins-bad"
|
||||||
PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
|
PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx"
|
||||||
PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free"
|
PACKAGECONFIG[qt4] = "--enable-qt,--disable-qt, qt4-x11-free"
|
||||||
PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp"
|
PACKAGECONFIG[freerdp] = "--enable-freerdp,--disable-freerdp, freerdp"
|
||||||
|
|||||||
Reference in New Issue
Block a user