diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-04-29 18:08:55 +0530 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-06 12:40:22 +0200 |
commit | 7af4e555b01a7d84795231e141398468a5ea44a3 (patch) | |
tree | b22ab253cc52110c48fe86b2efc3e3bc405fc370 /meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | |
parent | 03071511d5e2a50e7bd6507a57d876b97a81bb4d (diff) | |
download | meta-openembedded-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/recipes-multimedia/sox/sox_14.4.0.bb')
-rw-r--r-- | meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | 2 |
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 3c688bd7c..4b73aa354 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." | |||
4 | HOMEPAGE = "http://sox.sourceforge.net" | 4 | HOMEPAGE = "http://sox.sourceforge.net" |
5 | SECTION = "audio" | 5 | SECTION = "audio" |
6 | 6 | ||
7 | DEPENDS = "libpng libav libsndfile1 libvorbis" | 7 | DEPENDS = "libpng ffmpeg libsndfile1 libvorbis" |
8 | 8 | ||
9 | PR = "r2" | 9 | PR = "r2" |
10 | 10 | ||