summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-07-17 20:27:36 +0200
committerAnton Khirnov <anton@khirnov.net>2023-03-28 13:00:42 +0200
commitea748c7a4dd2a3c6b6637f2bc1b10cc9c1e7c6e2 (patch)
tree1c2011b71c9d5a8d7fddad6249331b134796f237 /Makefile
parent554c6d7cb1aa529f8189af3f4655283d39291809 (diff)
downloadffmpeg-ea748c7a4dd2a3c6b6637f2bc1b10cc9c1e7c6e2.tar.gz
tools: add an AV_CODEC_CAP_ENCODER_RECON_FRAME test tool
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1fb742f390..bf1b69f96b 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,8 @@ tools/target_io_dem_fuzzer$(EXESUF): tools/target_io_dem_fuzzer.o $(FF_DEP_LIBS)
tools/enum_options$(EXESUF): ELIBS = $(FF_EXTRALIBS)
tools/enum_options$(EXESUF): $(FF_DEP_LIBS)
+tools/enc_recon_frame_test$(EXESUF): $(FF_DEP_LIBS)
+tools/enc_recon_frame_test$(EXESUF): ELIBS = $(FF_EXTRALIBS)
tools/scale_slice_test$(EXESUF): $(FF_DEP_LIBS)
tools/scale_slice_test$(EXESUF): ELIBS = $(FF_EXTRALIBS)
tools/sofa2wavs$(EXESUF): ELIBS = $(FF_EXTRALIBS)