From d7bd8fa3a26a9093987cc871e35d1b4fd8c6d3b5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 17 Jan 2013 15:51:44 +0000 Subject: [PATCH] fix sox build Added missing libao dependency. Would not build for me without it. Signed-off-by: Russell Senior SVN-Revision: 35202 --- sound/sox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 5cb5f4fb32..614ae3be81 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -33,7 +33,7 @@ TARGET_LDFLAGS+= \ define Package/sox SECTION:=sound CATEGORY:=Sound - DEPENDS:=+BUILD_PATENTED:lame-lib +BUILD_PATENTED:libmad +BUILD_PATENTED:libid3tag +libvorbis +libvorbisidec +libgsm +alsa-lib +libsndfile +libflac +ffmpeg +libmagic +libpng + DEPENDS:=+BUILD_PATENTED:lame-lib +BUILD_PATENTED:libmad +BUILD_PATENTED:libid3tag +libvorbis +libvorbisidec +libgsm +alsa-lib +libsndfile +libflac +ffmpeg +libmagic +libpng +libao TITLE:=Sox is a general purpose sound converter/player/recorder URL:=http://sox.sourceforge.net/ MAINTAINER:=Hamish Guthrie -- 2.30.2