aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2016-04-29 18:08:55 +0530
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-06 12:40:22 +0200
commit7af4e555b01a7d84795231e141398468a5ea44a3 (patch)
treeb22ab253cc52110c48fe86b2efc3e3bc405fc370 /meta-multimedia
parent03071511d5e2a50e7bd6507a57d876b97a81bb4d (diff)
downloadmeta-openembedded-contrib-7af4e555b01a7d84795231e141398468a5ea44a3.tar.gz
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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
index 3c688bd7c8..4b73aa354c 100644
--- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
+++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
@@ -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"