PR #23587 opened by Kacper Michajłow (kasper93) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23587 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23587.patch
Fixes build with --disable-swresample. From 1c5f1ae686c2af81e2d2e1f66d61d4eb72980a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= <[email protected]> Date: Wed, 24 Jun 2026 16:13:53 +0200 Subject: [PATCH] tests/fate/seek: exclude hls-seek test without aresample MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes build with --disable-swresample. Signed-off-by: Kacper Michajłow <[email protected]> --- tests/fate/seek.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/seek.mak b/tests/fate/seek.mak index 106cc0578d..fa57d60841 100644 --- a/tests/fate/seek.mak +++ b/tests/fate/seek.mak @@ -212,7 +212,7 @@ tests/data/hls-seek.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data FATE_SEEK_EXTRA += $(FATE_SEEK_EXTRA-yes) -FATE_SEEK_FFMPEG-$(call ALLYES, TESTSRC2_FILTER AEVALSRC_FILTER LAVFI_INDEV MPEG2VIDEO_ENCODER MP2FIXED_ENCODER HLS_MUXER MPEGTS_MUXER HLS_DEMUXER MPEGTS_DEMUXER FILE_PROTOCOL) += fate-seek-hls +FATE_SEEK_FFMPEG-$(call ALLYES, TESTSRC2_FILTER AEVALSRC_FILTER ARESAMPLE_FILTER LAVFI_INDEV MPEG2VIDEO_ENCODER MP2FIXED_ENCODER HLS_MUXER MPEGTS_MUXER HLS_DEMUXER MPEGTS_DEMUXER FILE_PROTOCOL) += fate-seek-hls fate-seek-hls: tests/data/hls-seek.m3u8 fate-seek-hls: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_PATH)/tests/data/hls-seek.m3u8 -duration 6 -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
