commit | 93893139a4e81d0ac59c30ce7d1a124902bd36ef | [log] [tgz] |
---|---|---|
author | Vinson Lee <vlee@vmware.com> | Sun Feb 27 23:17:49 2011 -0800 |
committer | Vinson Lee <vlee@vmware.com> | Sun Feb 27 23:17:49 2011 -0800 |
tree | af00bc678acf01a403a6acde0debdcd173983c44 | |
parent | e107a3aa08cc3106fd7b939ea203c4b5195f1b5b [diff] [blame] |
mesa: Add texcompress_rgtc.c to SConscript.
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index ea04fb1..90fec12 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript
@@ -106,6 +106,7 @@ 'main/stencil.c', 'main/syncobj.c', 'main/texcompress.c', + 'main/texcompress_rgtc.c', 'main/texcompress_s3tc.c', 'main/texcompress_fxt1.c', 'main/texenv.c',