diff options
author | Rafaël Carré <funman@videolan.org> | 2015-11-05 12:15:20 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-06 17:53:56 +0100 |
commit | d6565ae3210fee402db727b685d7dc257c5f8be3 (patch) | |
tree | 25f79dda33abd95ee965b04b33cd456ba1ae6aac /meta-multimedia/recipes-multimedia/vlc | |
parent | 08b9d53e7bb4bda59b5af602c5b1f3c1bdaf41a9 (diff) | |
download | meta-openembedded-d6565ae3210fee402db727b685d7dc257c5f8be3.tar.gz |
VLC: add an optional dependency on libdvbpsi
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index b989849d8..0346cc469 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
@@ -58,6 +58,7 @@ PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1. | |||
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" |
61 | PACKAGECONFIG[dvbpsi] = "--enable-dvbpsi,--disable-dvbpsi, libdvbpsi" | ||
61 | 62 | ||
62 | do_configure_prepend() { | 63 | do_configure_prepend() { |
63 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true | 64 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true |