Mercurial > libavcodec.hg
diff msmpeg4.c @ 4116:7a08ccdc8550 libavcodec
Use common define for x86_32 and x86_64.
| author | diego |
|---|---|
| date | Wed, 01 Nov 2006 18:34:40 +0000 |
| parents | 34fdffe98bd0 |
| children | 8535fcac43c1 |
line wrap: on
line diff
--- a/msmpeg4.c Wed Nov 01 18:19:20 2006 +0000 +++ b/msmpeg4.c Wed Nov 01 18:34:40 2006 +0000 @@ -659,7 +659,7 @@ necessitate to modify mpegvideo.c. The problem comes from the fact they decided to store the quantized DC (which would lead to problems if Q could vary !) */ -#if (defined(ARCH_X86) || defined(ARCH_X86_64)) && !defined PIC +#if (defined(ARCH_X86)) && !defined PIC asm volatile( "movl %3, %%eax \n\t" "shrl $1, %%eax \n\t"
