Mercurial > libavcodec.hg
diff dca.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 | a4104482ceef |
| children | 85ab7655ad4d |
line wrap: on
line diff
--- a/dca.c Tue Jun 10 19:21:40 2008 +0000 +++ b/dca.c Thu Jun 12 21:50:13 2008 +0000 @@ -1264,5 +1264,5 @@ .priv_data_size = sizeof(DCAContext), .init = dca_decode_init, .decode = dca_decode_frame, - .long_name = "DCA (DTS Coherent Acoustics)", + .long_name = NULL_IF_CONFIG_SMALL("DCA (DTS Coherent Acoustics)"), };
