From: Arne Fitzenreiter Date: Sat, 20 Oct 2012 16:54:54 +0000 (+0200) Subject: mpd: depends on flac. X-Git-Tag: v2.13-beta1~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e103515ad83e7f55258ff390053972a7f004eb0b;p=people%2Fms%2Fipfire-2.x.git mpd: depends on flac. --- diff --git a/lfs/mpd b/lfs/mpd index 1f57f18980..7b2c54d0ad 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2012 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 = mpd PAK_VER = 14 -DEPS = "alsa faad2 ffmpeg-libs lame libmad libshout libogg libid3tag libvorbis" +DEPS = "alsa faad2 ffmpeg-libs flac lame libmad libshout libogg libid3tag libvorbis" ############################################################################### # Top-level Rules