summaryrefslogtreecommitdiff
path: root/libavcodec/dxa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dxa.c')
-rw-r--r--libavcodec/dxa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c
index 2df987ab07..3d03445c0c 100644
--- a/libavcodec/dxa.c
+++ b/libavcodec/dxa.c
@@ -327,6 +327,6 @@ AVCodec dxa_decoder = {
NULL,
decode_end,
decode_frame,
- .long_name = "Feeble Files/ScummVM DXA",
+ .long_name = NULL_IF_CONFIG_SMALL("Feeble Files/ScummVM DXA"),
};