Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #273322

Category ffmpeg
Changed by Martin Storsjö <martinohnoyoudont@martin.st>
Changed at Tue 30 Jun 2026 10:23:04
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision ae4314e2f4618b8b4d36864fdacc03ea0e85a1f6

Comments

tests: Implicitly set TAG=GEN for data/*.m3u8
This avoids having to declare it for every rule that generates
test input data, and adds such a missing tag for
tests/data/hls-seek.m3u8.

This fixes a case of a missing TAG for data/hls-seek.m3u8, which
caused it to be printed without a tag, like
"        tests/data/hls-seek.m3u8", now printed as
"GEN     tests/data/hls-seek.m3u8" as expected.

Changed files