mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
libav: remove unnecessary dependency on liba52
The changelog for libav indicates that liba52 support was removed in version 0.5. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
03a98cad3d
commit
aa3d3ce3ae
|
|
@ -9,7 +9,7 @@ PROVIDES = "ffmpeg"
|
|||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
# faac faad2 lame schroedinger libgsm
|
||||
DEPENDS = "x264 virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
|
||||
DEPENDS = "x264 virtual/libsdl zlib libogg libvorbis libvpx libtheora"
|
||||
|
||||
INC_PR = "r8"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user