diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-04-21 20:19:16 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-30 10:59:05 -0700 |
| commit | 4f5eda4fc3d4ac1ffa3c1d97231f6bc238280293 (patch) | |
| tree | 9718d4a8699c928f6a82d6f40a1fa2ece5cf950e /meta-multimedia/recipes-multimedia | |
| parent | e8df6ea90938a85f6e9e1574230f3a5484784a1d (diff) | |
| download | meta-openembedded-4f5eda4fc3d4ac1ffa3c1d97231f6bc238280293.tar.gz | |
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 <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_3.0.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 9 | dbus libxml2 gnutls \ | 9 | dbus libxml2 gnutls \ |
| 10 | tremor faad2 ffmpeg flac alsa-lib \ | 10 | tremor faad2 ffmpeg flac alsa-lib \ |
| 11 | lua-native lua libidn \ | 11 | lua-native lua libidn \ |
| 12 | avahi jpeg xz libmodplug mpeg2dec \ | 12 | avahi jpeg xz libmodplug \ |
| 13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ | 13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ |
| 14 | tiff" | 14 | tiff" |
| 15 | 15 | ||
