|
Lines 849-855
Link Here
|
| 849 |
necessitate to modify mpegvideo.c. The problem comes from the |
849 |
necessitate to modify mpegvideo.c. The problem comes from the |
| 850 |
fact they decided to store the quantized DC (which would lead |
850 |
fact they decided to store the quantized DC (which would lead |
| 851 |
to problems if Q could vary !) */ |
851 |
to problems if Q could vary !) */ |
| 852 |
#if (defined(ARCH_X86) || defined(ARCH_X86_64)) && !defined PIC |
852 |
#if (defined(ARCH_X86) || defined(ARCH_X86_64)) && !defined __PIC__ |
| 853 |
asm volatile( |
853 |
asm volatile( |
| 854 |
"movl %3, %%eax \n\t" |
854 |
"movl %3, %%eax \n\t" |
| 855 |
"shrl $1, %%eax \n\t" |
855 |
"shrl $1, %%eax \n\t" |