diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-01-29 18:36:24 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-01-31 11:12:31 +0100 |
commit | 04ffd2203065b4bc6b85dfc3c7c8e14c98e40943 (patch) | |
tree | 85ef5505123d29cbd7fb7a0c8a98630d8e8f3e58 /tests/Makefile | |
parent | 7716dd9fbbcea2700a100c995df967d5547c2eb9 (diff) | |
download | ffmpeg-04ffd2203065b4bc6b85dfc3c7c8e14c98e40943.tar.gz |
fate: add xvid test for custom matrices
Test sample is made from the sample in Bug-Id: videolan/7411
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 ef0bdb45aa..004b44cc33 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -108,6 +108,7 @@ include $(SRC_PATH)/tests/fate/vpx.mak include $(SRC_PATH)/tests/fate/vqf.mak include $(SRC_PATH)/tests/fate/wavpack.mak include $(SRC_PATH)/tests/fate/wma.mak +include $(SRC_PATH)/tests/fate/xvid.mak FATE_AVCONV += $(FATE_AVCONV-yes) FATE-$(CONFIG_AVCONV) += $(FATE_AVCONV) |