diff options
author | Diego Biurrun <diego@biurrun.de> | 2018-08-08 22:06:38 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2019-02-16 18:15:55 +0100 |
commit | f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b (patch) | |
tree | 65b36dcd8a7744bd2a36f4fd305ce5f2c6b090f3 /tests/Makefile | |
parent | 618d02c1fa9e74d490cace64a7d15762656b521c (diff) | |
download | ffmpeg-streaming-f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b.zip ffmpeg-streaming-f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b.tar.gz |
tests: Add a convenience function for video-only lavf tests
Rename a test in the process for consistency and simplicity and
remove the remnants of the now-unused lavf regression test scripts.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 8a28cbf..76e751c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -60,11 +60,11 @@ PARSERDEMDEC = $(call ALLYES, $(1)_PARSER $(2)_DEMUXER $(3)_DECODER) include $(SRC_PATH)/tests/fate/acodec.mak 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/lavf-video.mak include $(SRC_PATH)/tests/fate/seek.mak include $(SRC_PATH)/tests/fate/aac.mak |