Replace "long" with "ptrdiff_t" in the x86 asm, since win64 is apparently the
commit865eab52ab7da1f32b015d19df4696dcfa22762b
authortterribe <tterribe@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Sun, 4 May 2008 17:37:16 +0000 (4 17:37 +0000)
committertterribe <tterribe@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Sun, 4 May 2008 17:37:16 +0000 (4 17:37 +0000)
tree6cf762082014106bcf4de45cc3ef1cce9961e9f4
parented653e8cf878875d976b02a1dd93110782c01bd8
Replace "long" with "ptrdiff_t" in the x86 asm, since win64 is apparently the
 only platform in existence where sizeof(long) < sizeof(void *).
Yes, I knew it was technically possible, but I thought at least on x86 we could
 assume such things did not happen; now I know better.

git-svn-id: http://svn.xiph.org/trunk@14835 0101bb08-14d6-0310-b084-bc0e0c8e3800
theora/lib/dec/x86/mmxfrag.c
theora/lib/dec/x86/mmxstate.c