mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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] https://sourceforge.net/p/sox/code/ci/5ae4049727d4f29036ad541bde5863c850aa7755 Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user