[Ffmpeg-devel] [PATCH] Remove INT64_C from "common.h"

Måns Rullgård mans
Sat Feb 24 20:09:13 CET 2007


angustia at arrozcru.no-ip.org writes:

> Quoting Alexander Chemeris <ipse.ffmpeg at gmail.com>:
>
>> Hello,
>>
>> INT64_C macro is defined in <stdint.h>, according to paragraph 7.18.4.1
>> of C99 standard. I belive it should be removed from "common.h" include,
>> because it is system dependent. E.g. under MS Visual Studio it should
>> be defined as
>>
>> #define INT64_C(val) val##i64
>>
>
> Simply ignored? I thought you people wanted the "ffmpeg only builds
> with gcc" statement to be false...
>
> Leaving that there might "just happen to work" on systems that don't
> define INT64_C.

I don't mind removing it.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list