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, 4 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index 0362f3919d..bf7ce0c88e 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
@@ -10,7 +10,7 @@ DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native gst-plugins-bad \ | |||
10 | tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \ | 10 | tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \ |
11 | libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \ | 11 | libdvdcss libdvdread lua-native lua libidn libnotify gtk+ gnome-vfs \ |
12 | libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \ | 12 | libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \ |
13 | libmtp libopus orc libusb1 schroedinger taglib \ | 13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ |
14 | tiff xcb-util-keysyms samba" | 14 | tiff xcb-util-keysyms samba" |
15 | 15 | ||
16 | SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz" | 16 | SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz" |
@@ -36,7 +36,6 @@ EXTRA_OECONF = "\ | |||
36 | --enable-dbus \ | 36 | --enable-dbus \ |
37 | --without-contrib \ | 37 | --without-contrib \ |
38 | --without-kde-solid \ | 38 | --without-kde-solid \ |
39 | --disable-glx \ | ||
40 | --enable-realrtsp \ | 39 | --enable-realrtsp \ |
41 | --disable-libtar \ | 40 | --disable-libtar \ |
42 | ac_cv_path_MOC=${STAGING_BINDIR_NATIVE}/moc4 \ | 41 | ac_cv_path_MOC=${STAGING_BINDIR_NATIVE}/moc4 \ |
@@ -54,6 +53,9 @@ PACKAGECONFIG[mkv] = "--enable-mkv,--disable-mkv,libmatroska libebml" | |||
54 | PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc" | 53 | PACKAGECONFIG[postproc] = "--enable-postproc,--disable-postproc,libpostproc" |
55 | PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" | 54 | PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" |
56 | PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disable-avcodec,libva libav" | 55 | PACKAGECONFIG[libva] = "--enable-libva --enable-avcodec,--disable-libva --disable-avcodec,libva libav" |
56 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | ||
57 | PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base" | ||
58 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx, libvpx" | ||
57 | 59 | ||
58 | do_configure_prepend() { | 60 | do_configure_prepend() { |
59 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true | 61 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true |