[FFmpeg-devel] [PATCH] Make long_names definition conditional depending on CONFIG_SMALL

Stefano Sabatini stefano.sabatini-lala
Mon Jun 2 23:42:10 CEST 2008


On date Thursday 2008-05-29 18:17:31 +0200, Stefano Sabatini encoded:
> On date Thursday 2008-05-29 17:27:59 +0200, Michael Niedermayer encoded:
[...]
> > what about
> > #ifdef CONFIG_SMALL
> > #   define NULL_IF_CONFIG_SMALL(x) NULL
> > #else
> > #   define NULL_IF_CONFIG_SMALL(x) x
> > #endif
> 
> Yes, I prefer this since the same macro may be used in libavformat and
> other places as well, but maybe then should it be defined in
> libavutil?

Patch updated in order to use the new NULL_IF_CONFIG_SMALL macro
defined in libavutil.

Regards.
-- 
FFmpeg = Free & Frenzy MultiPurpose EniGma
-------------- next part --------------
A non-text attachment was scrubbed...
Name: conditional-long-names-01.patch
Type: text/x-diff
Size: 81340 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080602/79f7dba1/attachment.patch>



More information about the ffmpeg-devel mailing list