summaryrefslogtreecommitdiff
path: root/libavcodec/xl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xl.c')
-rw-r--r--libavcodec/xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xl.c b/libavcodec/xl.c
index 5e2dc57905..b6911dd359 100644
--- a/libavcodec/xl.c
+++ b/libavcodec/xl.c
@@ -135,5 +135,5 @@ AVCodec xl_decoder = {
NULL,
decode_frame,
CODEC_CAP_DR1,
- .long_name = "Miro VideoXL",
+ .long_name = NULL_IF_CONFIG_SMALL("Miro VideoXL"),
};