softpipe: Remove sp_video_context.c from SConscript.
authorVinson Lee <vlee@vmware.com>
Wed, 13 Jul 2011 21:50:12 +0000 (14:50 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 13 Jul 2011 21:50:12 +0000 (14:50 -0700)
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

index 9b2abdfd7f11caa0e18fdc2b84ef12e86b49c1b3..ea10e8a9f986f5cbb7bd0933aaf1990abf4e3cfa 100644 (file)
@@ -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)