summaryrefslogtreecommitdiff
path: root/libavcodec/gifdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/gifdec.c')
-rw-r--r--libavcodec/gifdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/gifdec.c b/libavcodec/gifdec.c
index 71868865f5..ee805a8d5a 100644
--- a/libavcodec/gifdec.c
+++ b/libavcodec/gifdec.c
@@ -333,5 +333,5 @@ AVCodec gif_decoder = {
NULL,
gif_decode_close,
gif_decode_frame,
- .long_name = "GIF (Graphics Interchange Format)",
+ .long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"),
};