mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
sox: add PACKAGECONFIG for flac, armwb, amrnb
* hopefully fixes: sox-14.4.0: sox rdepends on libflac, but it isn't a build dependency? [build-deps] sox-14.4.0: sox rdepends on opencore-amr, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
739a4ad3dd
commit
491f0fa280
|
|
@ -15,6 +15,9 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio
|
|||
PACKAGECONFIG[pulseaudio] = "--with-pulseaudio=dyn,--with-pulseaudio=no,pulseaudio,"
|
||||
PACKAGECONFIG[alsa] = "--with-alsa=dyn,--with-alsa=no,alsa-lib,"
|
||||
PACKAGECONFIG[wavpack] = "--with-wavpack=dyn,--with-wavpack=no,wavpack,"
|
||||
PACKAGECONFIG[flac] = "--with-flac=dyn,--with-flac=no,flac,"
|
||||
PACKAGECONFIG[amrwb] = "--with-amrwb=dyn,--with-amrwb=no,opencore-amr,"
|
||||
PACKAGECONFIG[amrnb] = "--with-amrnb=dyn,--with-amrnb=no,opencore-amr,"
|
||||
PACKAGECONFIG[magic] = "--with-magic,--without-magic,file,"
|
||||
PACKAGECONFIG[mad] = "--with-mad,--without-mad,libmad,"
|
||||
PACKAGECONFIG[id3tag] = "--with-id3tag,--without-id3tag,libid3tag,"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user