diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-29 00:48:05 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-03 04:18:06 +0200 |
commit | 2d6403bdd5721dd75a9f3c11bb3f1bcc1b94f7ad (patch) | |
tree | c04305a9127df088c328ac7e196f8b97919037d6 /tests | |
parent | 9fbae45cd65aa5ce84804c6168ab3aa7cdf4f590 (diff) | |
download | ffmpeg-2d6403bdd5721dd75a9f3c11bb3f1bcc1b94f7ad.tar.gz |
fate/gif: Remove nonsense requirement
It seems as if it was intended to declare fate-gif-color as prerequisite
of the fate-gifenc% tests. Yet the latter do not need anything from
the former, so this would be unnecessary. Furthermore, given that this
line has no associated recipe, it actually cancels implicit rules for
fate-gifenc% instead of adding a prerequisite.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/gif.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fate/gif.mak b/tests/fate/gif.mak index bf604464aa..1eef2a1026 100644 --- a/tests/fate/gif.mak +++ b/tests/fate/gif.mak @@ -15,7 +15,6 @@ fate-gif-deal: CMD = framecrc -i $(TARGET_SAMPLES)/gif/deal.gif -vsync cfr -pix_ FATE_GIF-$(call FRAMECRC, GIF, GIF, SCALE_FILTER) += $(FATE_GIF) -fate-gifenc%: fate-gif-color fate-gifenc%: PIXFMT = $(word 3, $(subst -, ,$(@))) fate-gifenc%: SRC = $(TARGET_SAMPLES)/gif/tc217.gif fate-gifenc%: CMD = framecrc -i $(SRC) -c:v gif -pix_fmt $(PIXFMT) -sws_flags +accurate_rnd+bitexact -vf scale |