diff options
author | José Fonseca <[email protected]> | 2010-07-02 11:40:22 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-07-02 11:50:01 +0100 |
commit | 3cc4301c146e2a6e680939456ea3df4ec2d12e3e (patch) | |
tree | 8017d2aab10858445bd0bccbce83393b516eebd6 /src/gallium/auxiliary/Makefile | |
parent | 37f4c2f906c8e2a6df609a190e4ca9ff028b265b (diff) |
gallivm: Code generate YUV format unpacking.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 103d1d65880..36a46aee3ba 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -154,6 +154,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_flow.c \ gallivm/lp_bld_format_aos.c \ gallivm/lp_bld_format_soa.c \ + gallivm/lp_bld_format_yuv.c \ gallivm/lp_bld_init.c \ gallivm/lp_bld_intr.c \ gallivm/lp_bld_logic.c \ |