From 33359c68d9187d6ed8b0a1c2a3c31c792a6cfd29 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 14 Jan 2011 16:40:03 +0100 Subject: [PATCH] streamripper: add dependency (faad2). --- lfs/streamripper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2