Mercurial > libavcodec.hg
diff libx264.c @ 7040:e943e1409077 libavcodec
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
| author | stefano |
|---|---|
| date | Thu, 12 Jun 2008 21:50:13 +0000 |
| parents | 92c74bbdf4fb |
| children | 38d356950bf4 |
line wrap: on
line diff
--- a/libx264.c Tue Jun 10 19:21:40 2008 +0000 +++ b/libx264.c Thu Jun 12 21:50:13 2008 +0000 @@ -301,5 +301,5 @@ .close = X264_close, .capabilities = CODEC_CAP_DELAY, .pix_fmts = (enum PixelFormat[]) { PIX_FMT_YUV420P, PIX_FMT_NONE }, - .long_name = "libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10", + .long_name = NULL_IF_CONFIG_SMALL("libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10"), };
