mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALL
It's the only one that isn't defined through the macros used elsewhere.
This commit is contained in:
parent
eac4c3574b
commit
04cc7a5548
@ -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…
Reference in New Issue
Block a user