From: Vinson Lee Date: Wed, 13 Jul 2011 21:50:12 +0000 (-0700) Subject: softpipe: Remove sp_video_context.c from SConscript. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e58345794fc6727e314abd38ffb448b2768c697;p=mesa.git softpipe: Remove sp_video_context.c from SConscript. sp_video_context.c was added to SConscript in commit ed24e19070b7dff12670151b2d184f31c845ccae (pipe-video merge) but no file of that name was added. --- diff --git a/src/gallium/drivers/softpipe/SConscript b/src/gallium/drivers/softpipe/SConscript index 9b2abdfd7f1..ea10e8a9f98 100644 --- a/src/gallium/drivers/softpipe/SConscript +++ b/src/gallium/drivers/softpipe/SConscript @@ -35,7 +35,6 @@ softpipe = env.ConvenienceLibrary( 'sp_tex_tile_cache.c', 'sp_texture.c', 'sp_tile_cache.c', - 'sp_video_context.c', ]) env.Alias('softpipe', softpipe)