diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-07-06 09:47:45 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-08-08 19:26:05 +0200 |
commit | 5fdb5ed6132687219d0ef2127115ebaf95514058 (patch) | |
tree | 5a8407d60b14f5156f3a9d90ea054952512f1478 /Makefile | |
parent | 94170e041107a3831fdd39ebb53f4f50d06edea4 (diff) | |
download | ffmpeg-5fdb5ed6132687219d0ef2127115ebaf95514058.tar.gz |
FATE: add a test for sliced scaling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,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/scale_slice_test$(EXESUF): $(FF_DEP_LIBS) +tools/scale_slice_test$(EXESUF): ELIBS = $(FF_EXTRALIBS) tools/sofa2wavs$(EXESUF): ELIBS = $(FF_EXTRALIBS) tools/uncoded_frame$(EXESUF): $(FF_DEP_LIBS) tools/uncoded_frame$(EXESUF): ELIBS = $(FF_EXTRALIBS) |