summaryrefslogtreecommitdiff
path: root/libavcodec/sgidec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sgidec.c')
-rw-r--r--libavcodec/sgidec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c
index 34f949dd23..f6ca7438ee 100644
--- a/libavcodec/sgidec.c
+++ b/libavcodec/sgidec.c
@@ -263,6 +263,6 @@ AVCodec sgi_decoder = {
NULL,
sgi_end,
decode_frame,
- .long_name = "SGI image",
+ .long_name = NULL_IF_CONFIG_SMALL("SGI image"),
};