mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
sox: remove ffmpeg dependency
ffmpeg format handler was removed from sox in 2013 ([1]). Drop it
also from DEPENDS.
This makes sox generally available without the need to whitelist the
commercial ffmpeg license.
[1] 5ae4049727
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c6893fda3e
commit
20d2eeb62a
|
|
@ -4,7 +4,7 @@ and can apply different effects and filters to the audio data."
|
|||
HOMEPAGE = "http://sox.sourceforge.net"
|
||||
SECTION = "audio"
|
||||
|
||||
DEPENDS = "libpng ffmpeg libsndfile1 libtool"
|
||||
DEPENDS = "libpng libsndfile1 libtool"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \
|
||||
magic \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user