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:
Christopher Larson 2016-04-29 18:08:55 +05:30 committed by Martin Jansa
parent 03071511d5
commit 7af4e555b0

View File

@ -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"