From d06960f39903fa4c63f3dc0c2c44553a5c737c22 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 25 Aug 2013 23:01:17 +0200 Subject: sox: Add PACKAGECONFIG for mad, id3tag and lame Signed-off-by: Martin Jansa --- meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-multimedia/recipes-multimedia') 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 25b3d5f374..cebad44a7c 100644 --- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb +++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb @@ -16,6 +16,9 @@ PACKAGECONFIG[pulseaudio] = "--with-pulseaudio=dyn,--with-pulseaudio=no,pulseaud PACKAGECONFIG[alsa] = "--with-alsa=dyn,--with-alsa=no,alsa-lib," PACKAGECONFIG[wavpack] = "--with-wavpack=dyn,--with-wavpack=no,wavpack," PACKAGECONFIG[magic] = "--with-magic,--without-magic,file," +PACKAGECONFIG[mad] = "--with-mad,--without-mad,libmad," +PACKAGECONFIG[id3tag] = "--with-id3tag,--without-id3tag,libid3tag," +PACKAGECONFIG[lame] = "--with-lame,--without-lame,lame," LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \ -- cgit 1.2.3-korg