diff options
author | Marek Olšák <[email protected]> | 2018-02-13 16:02:14 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-07-31 18:09:57 -0400 |
commit | 38ab39f6501f78ea7048e8a16a97fdb075b9d8c7 (patch) | |
tree | 8c1166d4d47c30d4e2a1316f62fa33e971c69bb6 /src/mesa/meson.build | |
parent | 5be352b4303a759c8ebbbd047365e94f66a098f0 (diff) |
mesa: add ASTC 2D LDR decoder
Tested-by: Mike Lothian <[email protected]>
Tested-By: Gert Wollny <[email protected]>
Tested-by: Dieter Nützel <[email protected]>
Diffstat (limited to 'src/mesa/meson.build')
-rw-r--r-- | src/mesa/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build index 8fb7db215c8..29633691ee7 100644 --- a/src/mesa/meson.build +++ b/src/mesa/meson.build @@ -254,6 +254,8 @@ files_libmesa_common = files( 'main/syncobj.c', 'main/syncobj.h', 'main/texcompress.c', + 'main/texcompress_astc.cpp', + 'main/texcompress_astc.h', 'main/texcompress_bptc.c', 'main/texcompress_bptc.h', 'main/texcompress_cpal.c', |