VLC_CONF_OPT += \
--disable-a52 \
- --without-shout \
- --without-twolame \
- --without-dca \
- --without-dirac \
- --without-schroedinger \
- --without-quicksync \
- --without-fluidsynth \
+ --disable-shout \
+ --disable-twolame \
+ --disable-dca \
+ --disable-dirac \
+ --disable-schroedinger \
+ --disable-quicksync \
+ --disable-fluidsynth \
--disable-zvbi \
- --without-kate \
- --without-caca \
+ --disable-kate \
+ --disable-caca \
--disable-jack \
- --without-samplerate \
- --without-chromaprint \
- --without-goom \
+ --disable-samplerate \
+ --disable-chromaprint \
+ --disable-goom \
--disable-projectm \
--disable-vsxu \
- --without-mtp \
+ --disable-mtp \
--without-opencv
# Building static and shared doesn't work, so force static off.
# bonjour support needs avahi-client, which needs avahi-daemon and dbus
ifeq ($(BR2_PACKAGE_AVAHI)$(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_DBUS),yyy)
-VLC_CONF_OPT += --with-bonjour
+VLC_CONF_OPT += --enable-bonjour
VLC_DEPENDENCIES += avahi dbus
else
-VLC_CONF_OPT += --without-bonjour
+VLC_CONF_OPT += --disable-bonjour
endif
ifeq ($(BR2_PACKAGE_DBUS),y)
endif
ifeq ($(BR2_PACKAGE_FLAC),y)
-VLC_CONF_OPT += --with-flac
+VLC_CONF_OPT += --enable-flac
VLC_DEPENDENCIES += flac
else
-VLC_CONF_OPT += --without-flac
+VLC_CONF_OPT += --disable-flac
endif
ifeq ($(BR2_PACKAGE_MESA3D),y)
endif
ifeq ($(BR2_PACKAGE_OPUS),y)
-VLC_CONF_OPT += --with-opus
+VLC_CONF_OPT += --enable-opus
VLC_DEPENDENCIES += opus
else
-VLC_CONF_OPT += --without-opus
+VLC_CONF_OPT += --disable-opus
endif
ifeq ($(BR2_PACKAGE_LIBASS),y)
endif
ifeq ($(BR2_PACKAGE_LIBMPEG2),y)
-VLC_CONF_OPT += --with-libmpeg2
+VLC_CONF_OPT += --enable-libmpeg2
VLC_DEPENDENCIES += libmpeg2
else
-VLC_CONF_OPT += --without-libmpeg2
+VLC_CONF_OPT += --disable-libmpeg2
endif
ifeq ($(BR2_PACKAGE_LIBPNG),y)
endif
ifeq ($(BR2_PACKAGE_LIBRSVG),y)
-VLC_CONF_OPT += --with-svg
+VLC_CONF_OPT += --enable-svg
VLC_DEPENDENCIES += librsvg
else
-VLC_CONF_OPT += --without-svg
+VLC_CONF_OPT += --disable-svg
endif
ifeq ($(BR2_PACKAGE_LIBTHEORA),y)
-VLC_CONF_OPT += --with-theora
+VLC_CONF_OPT += --enable-theora
VLC_DEPENDENCIES += libtheora
else
-VLC_CONF_OPT += --without-theora
+VLC_CONF_OPT += --disable-theora
endif
ifeq ($(BR2_PACKAGE_LIBUPNP),y)
-VLC_CONF_OPT += --with-upnp
+VLC_CONF_OPT += --enable-upnp
VLC_DEPENDENCIES += libupnp
else
-VLC_CONF_OPT += --without-upnp
+VLC_CONF_OPT += --disable-upnp
endif
ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
-VLC_CONF_OPT += --with-vorbis
+VLC_CONF_OPT += --enable-vorbis
VLC_DEPENDENCIES += libvorbis
else
-VLC_CONF_OPT += --without-vorbis
+VLC_CONF_OPT += --disable-vorbis
endif
ifeq ($(BR2_PACKAGE_LIBV4L),y)
endif
ifeq ($(BR2_PACKAGE_LIBXML2),y)
-VLC_CONF_OPT += --with-libxml2
+VLC_CONF_OPT += --enable-libxml2
VLC_DEPENDENCIES += libxml2
else
-VLC_CONF_OPT += --without-libxml2
+VLC_CONF_OPT += --disable-libxml2
endif
# live555 installs a static library only, and vlc tries to link it into a
endif
ifeq ($(BR2_PACKAGE_SPEEX),y)
-VLC_CONF_OPT += --with-speex
+VLC_CONF_OPT += --enable-speex
VLC_DEPENDENCIES += speex
else
-VLC_CONF_OPT += --without-speex
+VLC_CONF_OPT += --disable-speex
endif
ifeq ($(BR2_PACKAGE_TREMOR),y)
endif
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
-VLC_CONF_OPT += --with-udev
+VLC_CONF_OPT += --enable-udev
VLC_DEPENDENCIES += udev
else
-VLC_CONF_OPT += --without-udev
+VLC_CONF_OPT += --disable-udev
endif
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)