aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/vlc/vlc.inc
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-05-04 09:35:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-07 18:59:01 +0200
commit07a97f66b2ec1193d582f7f1c181135b87cde9ef (patch)
tree0801956666dff8e9f04f132167cfd9c1713742f8 /meta-multimedia/recipes-multimedia/vlc/vlc.inc
parent6e8f3e6d46202fd6f911a065e8983a18103fed1b (diff)
downloadmeta-openembedded-07a97f66b2ec1193d582f7f1c181135b87cde9ef.tar.gz
vlc: removed unrecognised configure options
The configure options --enable-libtool, --disable-wxwidgets, --enable-x11, --enable-wma and --disable-hal were not recognised by the configure script for vlc and therefore do not have any effect (they just cause a warning). These options are removed to prevent confusion. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/vlc/vlc.inc')
-rw-r--r--meta-multimedia/recipes-multimedia/vlc/vlc.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
index 1fe2d04f21..059d7d2979 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
@@ -47,20 +47,17 @@ FILES_${PN}-dbg += "${libdir}/vlc/*/.debug ${libdir}/vlc/plugins/*/.debug"
EXTRA_OECONF = "\
--enable-dvdread \
- --enable-libtool \
--with-contrib \
--enable-run-as-root \
- --disable-wxwidgets \
- --enable-x11 --enable-xvideo \
+ --enable-xvideo \
--disable-screen --disable-caca \
--enable-httpd --enable-vlm \
--enable-freetype \
--enable-sdl \
--enable-png \
--enable-live555 --enable-tremor \
- --enable-v4l2 --enable-v4l --disable-aa --enable-wma --disable-faad \
+ --enable-v4l2 --enable-v4l --disable-aa --disable-faad \
--enable-dbus \
- --disable-hal \
--without-contrib \
--without-kde-solid \
--disable-opengl --disable-glx \