[x264-devel] [VC6 patch for x264]

chen chenm003 at 163.com
Tue Jul 29 10:43:05 CEST 2008


Hi Gabriel Bouvigne,

	

======= 2008-07-29 15:11:36 =======

>chen a écrit :
>
>>     The VC6 can not support C99, so I change some 64-bit const value
>> to use macro. It test on VC6 only.
>
>*You might want to move your additional the various "+#ifdef _MSC_VER
>[...]" within osdep.h
>
>*You might want to only use those defined for VC6, but not for upper
>versions (using the _MSC_VER value)
OK, I will fix them next version.


>*
>+
>+#if _MSC_VER > 1300
>+#   define fseek _fseeki64
>+#   define ftell _ftelli64
>+#endif
>+
>
>Beware, you just broke support for input files bigger than 2GB.
Oh, VC6 can not support 64-bit file operator. I think 2GB enought
for debug, for the product I suggest use the VC8 or MinGW.

				 
        chen
        chenm003 at 163.com
          2008-07-29



More information about the x264-devel mailing list