diff options
Diffstat (limited to 'libavcodec/sunrast.c')
-rw-r--r-- | libavcodec/sunrast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sunrast.c b/libavcodec/sunrast.c index 3bb1998f24..c8f021f850 100644 --- a/libavcodec/sunrast.c +++ b/libavcodec/sunrast.c @@ -192,5 +192,5 @@ AVCodec sunrast_decoder = { sunrast_decode_frame, 0, NULL, - .long_name = "Sun Rasterfile image", + .long_name = NULL_IF_CONFIG_SMALL("Sun Rasterfile image"), }; |