mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
committed by
Martin Jansa
parent
03071511d5
commit
7af4e555b0
@@ -4,7 +4,7 @@ and can apply different effects and filters to the audio data."
|
||||
HOMEPAGE = "http://sox.sourceforge.net"
|
||||
SECTION = "audio"
|
||||
|
||||
DEPENDS = "libpng libav libsndfile1 libvorbis"
|
||||
DEPENDS = "libpng ffmpeg libsndfile1 libvorbis"
|
||||
|
||||
PR = "r2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user