diff mbox series

vlc: do not depend on mpeg2dec

Message ID 20240421181916.1830535-1-alex@linutronix.de
State Accepted
Headers show
Series vlc: do not depend on mpeg2dec | expand

Commit Message

Alexander Kanavin April 21, 2024, 6:19 p.m. UTC
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 <alex@linutronix.de>
---
 meta-multimedia/recipes-multimedia/vlc/vlc_3.0.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 d25a20ae0..21bc408f6 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"