summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-03-11 17:54:46 +0100
committerAnton Khirnov <anton@khirnov.net>2023-05-15 10:39:02 +0200
commit2953ebe7b6925b045e5652420cf07146fbbb17ab (patch)
treea196c693da52145b7caf480a8a153b161383bcf3 /tests/Makefile
parentf618004bc1fa31f4952ea420c3969ee4999d079b (diff)
downloadffmpeg-2953ebe7b6925b045e5652420cf07146fbbb17ab.tar.gz
tests/fate: add a simple test for libx264
Since this is an external encoder not under our control, we cannot test the encoded output exactly as is done for internal encoders. We can still test however that the output is decodable and produces the expected number of frames with expected dimensions, pixel formats, and timestamps.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 35ea824663..e09f30a0fc 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -177,6 +177,7 @@ include $(SRC_PATH)/tests/fate/dpcm.mak
include $(SRC_PATH)/tests/fate/dvvideo.mak
include $(SRC_PATH)/tests/fate/ea.mak
include $(SRC_PATH)/tests/fate/exif.mak
+include $(SRC_PATH)/tests/fate/enc_external.mak
# Must be included after lavf-video.mak
include $(SRC_PATH)/tests/fate/ffmpeg.mak
include $(SRC_PATH)/tests/fate/ffprobe.mak