mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
vlc: Disable recipe
OE-core has moved to ffmpeg7, vlc3 needs to be ported to work with this version and vlc4 is not released yet. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
509ac9a2ad
commit
cdbdb57bb3
|
@ -51,7 +51,6 @@ RDEPENDS:packagegroup-meta-multimedia = "\
|
|||
openal-soft \
|
||||
opusfile \
|
||||
opus-tools \
|
||||
${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", bb.utils.contains("DISTRO_FEATURES", "x11", "vlc", "", d), "", d)} \
|
||||
${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "sox streamripper", "", d)} \
|
||||
tinyalsa \
|
||||
${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 i686 x86-64", "x265", "", d), "", d)} \
|
||||
|
|
|
@ -132,3 +132,5 @@ FILES:${PN}-staticdev += "\
|
|||
INSANE_SKIP:${PN} = "dev-so"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "0", "1", d)}"
|
||||
|
||||
SKIP_RECIPE[vlc] = "requires porting to ffmpeg >= 7 as of ffmpeg >= 5 it requires extensive changes disabling VAAPI (only supported with vlc >= 4)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user