diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-09-18 16:03:08 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-10-17 09:58:31 +0200 |
commit | f29c226af0ecc34c417b646580a9acd7d8bbaf48 (patch) | |
tree | 736499ad57b67aaddbcc651abbf1a068168d83d6 /tests/Makefile | |
parent | 979932378ae3fbf452e312eb759cc7ce175f78de (diff) | |
download | ffmpeg-streaming-f29c226af0ecc34c417b646580a9acd7d8bbaf48.zip ffmpeg-streaming-f29c226af0ecc34c417b646580a9acd7d8bbaf48.tar.gz |
fate: add mpeg4 tests for frame size changes
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 5fad291..a2ee79b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -96,6 +96,7 @@ include $(SRC_PATH)/tests/fate/microsoft.mak include $(SRC_PATH)/tests/fate/monkeysaudio.mak include $(SRC_PATH)/tests/fate/mp3.mak include $(SRC_PATH)/tests/fate/mpc.mak +include $(SRC_PATH)/tests/fate/mpeg4.mak include $(SRC_PATH)/tests/fate/opus.mak include $(SRC_PATH)/tests/fate/pcm.mak include $(SRC_PATH)/tests/fate/probe.mak |