From 04cc7a5548fa22241a2d6bb4f719fe8e0e0843f1 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 7 Feb 2022 04:22:19 +0100 Subject: lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALL It's the only one that isn't defined through the macros used elsewhere. --- libavutil/tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/tx.c b/libavutil/tx.c index 2d8d21b65f..c648d4a1cd 100644 --- a/libavutil/tx.c +++ b/libavutil/tx.c @@ -274,7 +274,7 @@ static void ff_tx_null(AVTXContext *s, void *_out, void *_in, ptrdiff_t stride) } static const FFTXCodelet ff_tx_null_def = { - .name = "null", + .name = NULL_IF_CONFIG_SMALL("null"), .function = ff_tx_null, .type = TX_TYPE_ANY, .flags = AV_TX_UNALIGNED | FF_TX_ALIGNED | -- cgit v1.2.3