From: Arne Fitzenreiter Date: Fri, 14 Jan 2011 15:40:03 +0000 (+0100) Subject: streamripper: add dependency (faad2). X-Git-Tag: v2.9-core45~3^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33359c68d9187d6ed8b0a1c2a3c31c792a6cfd29;p=people%2Fms%2Fipfire-2.x.git streamripper: add dependency (faad2). --- diff --git a/lfs/streamripper b/lfs/streamripper index ed8452dcbf..9ef65af0b2 100644 --- a/lfs/streamripper +++ b/lfs/streamripper @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = streamripper PAK_VER = 1 -DEPS = "glib libmad libogg libvorbis" +DEPS = "glib libmad libogg libvorbis faad2" ############################################################################### # Top-level Rules