From 1d9962de9e37ec7073040bccef8118a0e66222f3 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 21 Apr 2024 20:19:16 +0200 Subject: vlc: do not depend on mpeg2dec The format is obsolete, the code hasn't been touched in well over 10 years and the recipe is about to be removed from oe-core. VLC can still access such files via its gstreamer module/ffmpeg. Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/vlc/vlc_3.0.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.20.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.20.bb index d25a20ae01..21bc408f6d 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.20.bb +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.20.bb @@ -9,7 +9,7 @@ DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native bison-nat dbus libxml2 gnutls \ tremor faad2 ffmpeg flac alsa-lib \ lua-native lua libidn \ - avahi jpeg xz libmodplug mpeg2dec \ + avahi jpeg xz libmodplug \ libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ tiff" -- cgit v1.2.3-54-g00ecf