mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:29:12 +00:00
sox: dep on ffmpeg, not libav
The libav recipe no longer exists, in favor of ffmpeg. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
03071511d5
commit
7af4e555b0
@ -4,7 +4,7 @@ and can apply different effects and filters to the audio data."
|
|||||||
HOMEPAGE = "http://sox.sourceforge.net"
|
HOMEPAGE = "http://sox.sourceforge.net"
|
||||||
SECTION = "audio"
|
SECTION = "audio"
|
||||||
|
|
||||||
DEPENDS = "libpng libav libsndfile1 libvorbis"
|
DEPENDS = "libpng ffmpeg libsndfile1 libvorbis"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user