diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2016-05-06 11:00:50 -0300 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-05-09 19:05:03 -0700 |
| commit | 76f7c9d6dea56ddaaa1566a85295a6d62388b708 (patch) | |
| tree | f0cb8040f196f5b6c3e447cdda663994d12e83e0 /meta-multimedia | |
| parent | 5e2bb87e66bfb712b9c25421f1d31a555a279e8a (diff) | |
| download | meta-openembedded-76f7c9d6dea56ddaaa1566a85295a6d62388b708.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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia')
| -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 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." | |||
| 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 | ||
