lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALL

It's the only one that isn't defined through the macros used elsewhere.
release/5.1
Lynne 3 years ago
parent eac4c3574b
commit 04cc7a5548
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      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 |

Loading…
Cancel
Save