diff options
| author | Rafaël Carré <funman@videolan.org> | 2015-11-19 14:14:52 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:30:22 +0100 |
| commit | 86a8cf0ed0515b9a5585c77a2c512d8c5b37a71a (patch) | |
| tree | e011c3da219613549553896c081e2a339916213e | |
| parent | c0edce6c38447665531199d77aa231779e1c229f (diff) | |
| download | meta-openembedded-86a8cf0ed0515b9a5585c77a2c512d8c5b37a71a.tar.gz | |
vlc: remove libdc1394 libraw1394 from DEPENDS
They are only needed if the modules introduced in ea31946 are enabled.
Add these modules to default PACKAGECONFIG to keep existing defaults.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index 9adcdb107d..dd00174dec 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
| @@ -9,7 +9,7 @@ DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \ | |||
| 9 | virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \ | 9 | virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \ |
| 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+ \ | 11 | libdvdcss libdvdread lua-native lua libidn libnotify gtk+ \ |
| 12 | libdc1394 libraw1394 avahi libjpeg-turbo xz libmodplug mpeg2dec \ | 12 | avahi libjpeg-turbo xz libmodplug mpeg2dec \ |
| 13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ | 13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ |
| 14 | tiff xcb-util-keysyms" | 14 | tiff xcb-util-keysyms" |
| 15 | 15 | ||
| @@ -43,7 +43,7 @@ EXTRA_OECONF = "\ | |||
| 43 | ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ | 43 | ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ |
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | PACKAGECONFIG ?= " live555" | 46 | PACKAGECONFIG ?= " live555 dc1394 dv1394" |
| 47 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" | 47 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" |
| 48 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" | 48 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" |
| 49 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 49 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
