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:
@@ -255,5 +255,5 @@ AVCodec ra_288_decoder =
|
||||
NULL,
|
||||
NULL,
|
||||
ra288_decode_frame,
|
||||
.long_name = "RealAudio 2.0 (28.8K)",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RealAudio 2.0 (28.8K)"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user