vl: Subpicture/compositing fixes.
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index 950c3d9955bff65729f4d5e98b6ca9c3e1a3e9a1..aac9edf44e6ad7c0f1c7c84dcd5adbab8d0ca707 100644 (file)
@@ -33,6 +33,7 @@ softpipe = env.ConvenienceLibrary(
                'sp_tex_tile_cache.c',
                'sp_texture.c',
                'sp_tile_cache.c',
+               'sp_video_context.c',
        ])
 
-Export('softpipe')
\ No newline at end of file
+Export('softpipe')