diff options
author | James Almer <jamrial@gmail.com> | 2019-03-14 14:36:24 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-03-14 14:36:24 -0300 |
commit | fda424b300c1a0b991296aa585691609d01196bd (patch) | |
tree | 2fad779896d4f2673e7c8e15aca76ee3f4b340b9 /tests/Makefile | |
parent | ace96d2e693d804a0ed16aebc1b1027cfff2c527 (diff) | |
parent | 618d02c1fa9e74d490cace64a7d15762656b521c (diff) | |
download | ffmpeg-streaming-fda424b300c1a0b991296aa585691609d01196bd.zip ffmpeg-streaming-fda424b300c1a0b991296aa585691609d01196bd.tar.gz |
Merge commit '618d02c1fa9e74d490cace64a7d15762656b521c'
* commit '618d02c1fa9e74d490cace64a7d15762656b521c':
tests: Convert lavf container tests to non-legacy test scripts
Merged-by: James Almer <jamrial@gmail.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 99ea0fe..3d88a5d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -91,6 +91,7 @@ include $(SRC_PATH)/tests/fate/vcodec.mak include $(SRC_PATH)/tests/fate/avformat.mak include $(SRC_PATH)/tests/fate/lavf-audio.mak +include $(SRC_PATH)/tests/fate/lavf-container.mak include $(SRC_PATH)/tests/fate/lavf-image.mak include $(SRC_PATH)/tests/fate/lavf-image2pipe.mak include $(SRC_PATH)/tests/fate/seek.mak |