[vlc-devel] [PATCH 3/6] src: fix compilation of fourcc_gen on OS/2

Rémi Denis-Courmont remi at remlab.net
Mon Jul 20 12:12:45 CEST 2015


Le 2015-07-20 07:08, KO Myung-Hun a écrit :
> Rémi Denis-Courmont wrote:
>> Le 2015-07-17 15:11, KO Myung-Hun a écrit :
>>>> Hello. Not everybody uses GCC.
>>>
>>> Not everybody uses c99, too.
>>
>> I could not care less about C95 and older systems. VLC has required
>> officially c99 support for about nine years.
>>
>
> You don't have to care about those systems. However you should 
> consider
> the compilers that supports C99 specification, such as gcc -std=c99.

I am not aware of any violation of the C99 and POSIX specifications in 
the FOURCC build-time code. If someone found an issue, they are welcome 
to file bugs, e.g. if the code depends on a GCC extension or Linux 
specifics.

>> You do realize that some of the ports are compiled with LLVM/clang,
>> don't you?
>
> Then, they are should be tested, too.

That is the whole point of checking for "c99": it does not have to be 
GCC. It just has to be a C99 compiler.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list