diff options
author | Keith Whitwell <[email protected]> | 2003-05-20 09:54:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-05-20 09:54:58 +0000 |
commit | 27358a24a0113a62492923abe35e8660ed7335ef (patch) | |
tree | 474f45986d53e0829312ac99db7dc78634d4a84d /progs/tests/Makefile | |
parent | eea72ff722975d91bc2293a403bb43d69e5858d0 (diff) |
move LoadYUVImage into readtex.c
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index eb087813e02..1ab2df91c87 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -28,7 +28,9 @@ PROGS = antialias \ vptest2 \ vptest3 \ vptorus \ - vpwarpmesh + vpwarpmesh \ + yuvrect \ + yuvsquare ##### RULES ##### |