From: Loïc Minier Date: Thu, 18 Sep 2003 16:46:02 +0000 (+0000) Subject: * modules/LIST, modules/video_output/Modules.am: removed references to X-Git-Tag: 0.7.0~936 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2c8eb4055b364e22237ac022aef2a307a22e6cd7;p=vlc * modules/LIST, modules/video_output/Modules.am: removed references to deleted file encoder.c --- diff --git a/modules/LIST b/modules/LIST index f65fef8908..4d4c8e759e 100644 --- a/modules/LIST +++ b/modules/LIST @@ -1,5 +1,5 @@ List of vlc plugins (221) -$Id: LIST,v 1.11 2003/08/29 16:56:43 zorglub Exp $ +$Id: LIST,v 1.12 2003/09/18 16:46:02 lool Exp $ * a52: A/52 basic parser @@ -425,8 +425,6 @@ $Id: LIST,v 1.11 2003/08/29 16:56:43 zorglub Exp $ * vout_directx: video output module using the DirectX API. - * vout_encoder: Encoder plugin - * vout_sdl: video output module using the SDL library. * wall: image wall filter. diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am index f08613c66f..2039231a39 100644 --- a/modules/video_output/Modules.am +++ b/modules/video_output/Modules.am @@ -5,4 +5,3 @@ SOURCES_glide = glide.c SOURCES_vout_sdl = sdl.c SOURCES_svgalib = svgalib.c SOURCES_wingdi = wingdi.c -SOURCES_vout_encoder = encoder.c