From 660b353305a2980dc95e444dfaa7ec94390ace52 Mon Sep 17 00:00:00 2001 From: jow 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@35202 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/sox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 5cb5f4fb3..614ae3be8 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