ffmpeg is now needed by mpd

This commit is contained in:
maniacikarus
2009-01-21 18:25:54 +01:00
parent 603c1e205c
commit 27a16a1037
3 changed files with 4 additions and 5 deletions

View File

@@ -272,7 +272,6 @@
* sqlite-3.6.10 * sqlite-3.6.10
* squashfs3.4 * squashfs3.4
* squid-2.7.STABLE5 * squid-2.7.STABLE5
* squidGuard-1.3
* squidGuard-1.4 * squidGuard-1.4
* squidclamav-3.9 * squidclamav-3.9
* sshfs-fuse-2.2 * sshfs-fuse-2.2

View 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) 2009 Michael Tremer & Christian Schmidt #
# # # #
# This program is free software: you can redistribute it and/or modify # # 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 # # it under the terms of the GNU General Public License as published by #
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mpd PROG = mpd
PAK_VER = 5 PAK_VER = 5
DEPS = "" DEPS = "alsa ffmpeg libshout libogg libmad libid3tag libvorbis"
############################################################################### ###############################################################################
# Top-level Rules # Top-level Rules

View 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) 2009 Michael Tremer & Christian Schmidt #
# # # #
# This program is free software: you can redistribute it and/or modify # # 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 # # it under the terms of the GNU General Public License as published by #
@@ -32,7 +32,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mpfire PROG = mpfire
PAK_VER = 6 PAK_VER = 6
DEPS = "mpd mpc alsa libshout libogg libmad libid3tag libvorbis" DEPS = "mpd mpc"
############################################################################### ###############################################################################
# Top-level Rules # Top-level Rules