mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
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:
@@ -278,6 +278,6 @@ AVCodec vb_decoder = {
|
||||
NULL,
|
||||
decode_end,
|
||||
decode_frame,
|
||||
.long_name = "Beam Software VB",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Beam Software VB"),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user