[FFmpeg-devel] use of UINT64_C in libavutil/common.h
VALETTE Eric RD-MAPS-REN
eric2.valette
Thu May 6 17:49:13 CEST 2010
On 05/06/2010 05:11 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Thu, May 6, 2010 at 11:02 AM, VALETTE Eric RD-MAPS-REN
> <eric2.valette at orange-ftgroup.com> wrote:
>
>> On 05/06/2010 04:54 PM, Ronald S. Bultje wrote:
>>
>>> On Thu, May 6, 2010 at 10:52 AM, VALETTE Eric RD-MAPS-REN
>>> <eric2.valette at orange-ftgroup.com> wrote:
>>>
>>>> Before the commit mentioned in another post it was not a problem. Now it
>>>> is.
>>>>
>>> I'm OK with a patch that changes the UINT64_C() into something else that
>>> is:
>>> A) binary compatible
>>> B) same amount of code
>>>
>> The simplest thing is to test if the macros is defined and if not redefine
>> it one way or other to always get a definition. Reincluding the stdint.h
>> with the correct define like I proposed may be an overkill but I dislike
>> redefining something defined elsewhere.
>>
> The patch as posted is bigger than the current code and thus rejected,
> as per rule B.
>
I though you were at least speaking about generated code. Shortest code
is rarely the most efficient/robust :-)
--eric
More information about the ffmpeg-devel
mailing list