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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Christopher Larson
2016-05-06 11:00:50 -03:00
committed by Armin Kuster
parent 5e2bb87e66
commit 76f7c9d6de
@@ -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"