From f6af3226fc18312e3cad9576e26df00b2fb5a2fa Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 28 Apr 2008 11:10:08 +0200 Subject: [PATCH] Depencies of ffmpeg and vdr-softdevice --- doc/packages-list.txt | 3 --- lfs/ffmpeg | 2 +- lfs/vdr-softdevice | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 9660c776a..442e48775 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 86f464c6e..ec3a89ce4 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 a457ddca6..404af3290 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