summaryrefslogtreecommitdiffstats
path: root/libavcodec/lcldec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/lcldec.c')
-rw-r--r--libavcodec/lcldec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/lcldec.c b/libavcodec/lcldec.c
index e9add52..5560b9a 100644
--- a/libavcodec/lcldec.c
+++ b/libavcodec/lcldec.c
@@ -697,7 +697,7 @@ AVCodec mszh_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
- .long_name ="LCL (LossLess Codec Library) MSZH",
+ .long_name = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) MSZH"),
};
#endif
@@ -712,6 +712,6 @@ AVCodec zlib_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
- .long_name ="LCL (LossLess Codec Library) ZLIB",
+ .long_name = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) ZLIB"),
};
#endif
OpenPOWER on IntegriCloud