From: Arne Fitzenreiter Date: Wed, 21 Nov 2012 17:45:36 +0000 (+0100) Subject: mediatomb: add libexif as dependency. X-Git-Tag: v2.11-core65~1^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83920cfcd52b40f718170f524287dc42b41d10ed;p=ipfire-2.x.git mediatomb: add libexif as dependency. --- diff --git a/lfs/mediatomb b/lfs/mediatomb index 2bfde66ca5..7de579ee42 100644 --- a/lfs/mediatomb +++ b/lfs/mediatomb @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# 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 = mediatomb PAK_VER = 4 -DEPS = "sqlite taglib ffmpeg-libs" +DEPS = "ffmpeg-libs libexif sqlite taglib " ############################################################################### # Top-level Rules