mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +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:
@ -1634,6 +1634,6 @@ AVCodec vorbis_decoder = {
|
||||
NULL,
|
||||
vorbis_decode_close,
|
||||
vorbis_decode_frame,
|
||||
.long_name = "Vorbis",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Vorbis"),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user