]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
streamripper: add dependency (faad2).
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 14 Jan 2011 15:40:03 +0000 (16:40 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 14 Jan 2011 15:40:03 +0000 (16:40 +0100)
lfs/streamripper

index ed8452dcbfc6c044d002b7d8d8d813de41eed9e2..9ef65af0b26455cc92a2372b27e996137a9d15fa 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # 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        #
 #                                                                             #
 # 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
 
 PROG       = streamripper
 PAK_VER    = 1
 
-DEPS       = "glib libmad libogg libvorbis"
+DEPS       = "glib libmad libogg libvorbis faad2"
 
 ###############################################################################
 # Top-level Rules
 
 ###############################################################################
 # Top-level Rules