diff options
author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2022-01-21 13:05:33 -0800 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-03 04:00:09 +0100 |
commit | a2df6652468a6c3a38ad8aa775960a0ba8c63b0a (patch) | |
tree | d4d20bad3f69ee39a48fe65a717155d2cf136100 /tests/Makefile | |
parent | 2e82c610553efd69b4d9b6c359423a19c2868255 (diff) | |
download | ffmpeg-a2df6652468a6c3a38ad8aa775960a0ba8c63b0a.tar.gz |
avformat/imf: add IMF CPL with repeated resources to FATE
Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.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 87807ed31f..c4c31ae871 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -153,6 +153,7 @@ include $(SRC_PATH)/tests/fate/hlsenc.mak include $(SRC_PATH)/tests/fate/hw.mak include $(SRC_PATH)/tests/fate/id3v2.mak include $(SRC_PATH)/tests/fate/image.mak +include $(SRC_PATH)/tests/fate/imf.mak include $(SRC_PATH)/tests/fate/indeo.mak include $(SRC_PATH)/tests/fate/libavcodec.mak include $(SRC_PATH)/tests/fate/libavdevice.mak |