Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -258,5 +258,5 @@ AVCodec bmp_decoder = {
|
||||
NULL,
|
||||
bmp_decode_end,
|
||||
bmp_decode_frame,
|
||||
.long_name = "BMP image",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("BMP image"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user