mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02: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:
@@ -219,5 +219,5 @@ AVCodec roq_decoder = {
|
||||
roq_decode_end,
|
||||
roq_decode_frame,
|
||||
CODEC_CAP_DR1,
|
||||
.long_name = "Id RoQ video",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Id RoQ video"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user