diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-04 00:58:56 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-04 10:38:17 +0100 |
commit | 27e714435043f52ef818642489c1fb698717496e (patch) | |
tree | b6b2ca713bc320a2aa65aed4957c357998ac3c4a /tests/Makefile | |
parent | dbf396d497e6d6f14b838092ed4ba4283a9505a0 (diff) | |
download | ffmpeg-27e714435043f52ef818642489c1fb698717496e.tar.gz |
fate: add idct8x8 test
This tests the IDCT implementations available in the build.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index f69acf7e23..431a404219 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -41,6 +41,7 @@ include $(SRC_PATH)/tests/fate/aac.mak include $(SRC_PATH)/tests/fate/als.mak include $(SRC_PATH)/tests/fate/amrnb.mak include $(SRC_PATH)/tests/fate/amrwb.mak +include $(SRC_PATH)/tests/fate/dct.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/h264.mak include $(SRC_PATH)/tests/fate/libavutil.mak |