Dave Mitchell asked; > Perhaps its time to bite the bullet and give perl a whole new 64-bit-clean > API? For example, an av_fetch64() with IV rather than I32 args. ... > Or perhaps XS code could just have > > #define USE_64BIT_API > > and magically av_fetch has 64-bit args, and deprecated macros etc are no > longer defined? I thought increasing the size of an argument was not considered an incompatible change. We have already done that with some functions.Thread Previous | Thread Next