mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:17:10 +00: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…
x
Reference in New Issue
Block a user