1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +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:
Stefano Sabatini
2008-06-12 21:50:13 +00:00
parent d18811bbf5
commit fe4bf37455
167 changed files with 235 additions and 231 deletions

View File

@@ -365,5 +365,5 @@ AVCodec fraps_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name = "Fraps",
.long_name = NULL_IF_CONFIG_SMALL("Fraps"),
};