PR #21710 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21710
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21710.patch

Should detect breakages like the one caused by commit
d8ffec5bf9a2803f55cc0822a97b7815f24bee83
(fixed in 1d47ae65bf6df91246cbe25c997b25947f7a4d1d).


>From 2459bc193fc11ecac1cecab0eab5414198d957eb Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt <[email protected]>
Date: Tue, 10 Feb 2026 11:50:50 +0100
Subject: [PATCH] .forgejo/workflows: Test hardcoded tables

Should detect breakages like the one caused by commit
d8ffec5bf9a2803f55cc0822a97b7815f24bee83
(fixed in 1d47ae65bf6df91246cbe25c997b25947f7a4d1d).

Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 .forgejo/workflows/test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index a9c9978e53..633330ab74 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -82,6 +82,7 @@ jobs:
               --extra-cflags="$FF_CFLAGS" --extra-cxxflags="$FF_CXXFLAGS" \
               --extra-libs="$FF_LIBS" --extra-ldflags="$FF_LDFLAGS" 
--extra-ldexeflags="$FF_LDEXEFLAGS" \
               --enable-memory-poisoning --assert-level=2 --target-exec="${{ 
matrix.target_exec }}" \
+              --enable-hardcoded-tables \
               || CFGRES=$?
           cat ffbuild/config.log
           exit ${CFGRES:-0}
-- 
2.52.0

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to