From 3e58345794fc6727e314abd38ffb448b2768c697 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 13 Jul 2011 14:50:12 -0700 Subject: [PATCH] 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. --- src/gallium/drivers/softpipe/SConscript | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/softpipe/SConscript b/src/gallium/drivers/softpipe/SConscript index 9b2abdf..ea10e8a 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) -- 2.7.4