From: Arne Fitzenreiter Date: Mon, 28 Apr 2008 09:10:08 +0000 (+0200) Subject: Depencies of ffmpeg and vdr-softdevice X-Git-Tag: v2.3-beta1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6af3226fc18312e3cad9576e26df00b2fb5a2fa;p=ipfire-2.x.git Depencies of ffmpeg and vdr-softdevice --- diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 9660c776a3..442e487750 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -5,11 +5,9 @@ * Compress-Zlib-1.35 * Convert-TNEF-0.17 * Convert-UUlib-1.06 -* DFB++-1.0.0 * Digest-1.08 * Digest-HMAC-1.01 * Digest-SHA1-2.10 -* DirectFB-1.1.1 * GD-2.35 * GDGraph-1.4308 * GDTextUtil-0.86 @@ -166,7 +164,6 @@ * libxslt-1.1.17 * linux-2.6.16.57 * linux-atm-2.4.1 -* linux-fusion-7.0.1 * linux-libc-headers-2.6.12.0 * linuxigd-0.95 * logrotate-3.7.1 diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 86f464c6e7..ec3a89ce4c 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -36,7 +36,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = ffmpeg PAK_VER = 1 -DEPS = "" +DEPS = "sdl" ############################################################################### # Top-level Rules diff --git a/lfs/vdr-softdevice b/lfs/vdr-softdevice index a457ddca68..404af3290c 100644 --- a/lfs/vdr-softdevice +++ b/lfs/vdr-softdevice @@ -31,7 +31,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) PROG = vdr-softdevice PAK_VER = 1 -DEPS = "ffmpeg alsa" +DEPS = "vdr ffmpeg sdl alsa" ############################################################################### # Top-level Rules