diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/vlc/vlc.inc')
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index 2887a68d2..3267dade0 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
@@ -6,7 +6,7 @@ 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 \ | 8 | DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \ |
9 | virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \ | 9 | dbus dbus-glib libxml2 gnutls \ |
10 | tremor faad2 ffmpeg flac fluidsynth alsa-lib \ | 10 | tremor faad2 ffmpeg flac fluidsynth alsa-lib \ |
11 | lua-native lua libidn \ | 11 | lua-native lua libidn \ |
12 | avahi jpeg xz libmodplug mpeg2dec \ | 12 | avahi jpeg xz libmodplug mpeg2dec \ |
@@ -25,7 +25,6 @@ EXTRA_OECONF = "\ | |||
25 | --disable-screen --disable-caca \ | 25 | --disable-screen --disable-caca \ |
26 | --enable-httpd --enable-vlm \ | 26 | --enable-httpd --enable-vlm \ |
27 | --enable-freetype \ | 27 | --enable-freetype \ |
28 | --enable-sdl \ | ||
29 | --enable-png \ | 28 | --enable-png \ |
30 | --enable-tremor \ | 29 | --enable-tremor \ |
31 | --enable-v4l2 --disable-aa --disable-faad \ | 30 | --enable-v4l2 --disable-aa --disable-faad \ |
@@ -39,8 +38,9 @@ EXTRA_OECONF = "\ | |||
39 | ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ | 38 | ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ |
40 | " | 39 | " |
41 | 40 | ||
42 | PACKAGECONFIG ?= " live555 dc1394 dv1394 notify fontconfig freetype dvdread {@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 41 | PACKAGECONFIG ?= " live555 dc1394 dv1394 notify fontconfig freetype dvdread {@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 sdl', '', d)}" |
43 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" | 42 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" |
43 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl libsdl-image " | ||
44 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" | 44 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" |
45 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 45 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
46 | PACKAGECONFIG[live555] = "--enable-live555,--disable-live555,live555" | 46 | PACKAGECONFIG[live555] = "--enable-live555,--disable-live555,live555" |