At 2014-03-21 09:41:39,"Steve Borho" <[email protected]> wrote:
>On Tue, Mar 18, 2014 at 7:34 PM, Min Chen <[email protected]> wrote:
>> # HG changeset patch
>> # User Min Chen [email protected]>
>> # Date 1395189192 25200
>> # Node ID e9f08d038ff0dc17152002d2b2b70138d08465d7
>> # Parent  dc700298419d382e58c49d4ea62a3d7398b4beaf
>> optimize: rewrite TComTrQuant::xGetCodedLevel
>>
>> -inline double TComTrQuant::xGetICRateCost(uint32_t absLevel,
>> +FORCEINLINE double TComTrQuant::xGetICRateCost(uint32_t absLevel,
>
>this macro isn't defined for all compilers:
>
>/Users/steve/repos/x265/source/Lib/TLibCommon/TComTrQuant.cpp:1204:1:
>error: unknown type name 'FORCEINLINE'

FORCEINLINE  defined in winnt.h and we used in threading.h
btw: we defined this macro in old vector code, but remove later
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to