]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/ffmpeg-win64.patch
Contribs: Update libjpeg to 8c
[vlc] / extras / contrib / src / Patches / ffmpeg-win64.patch
1 Index: swscale_template.c
2 ===================================================================
3 --- swscale_template.c  (revision 31036)
4 +++ swscale_template.c  (working copy)
5 @@ -2466,6 +2466,7 @@
6          }
7      } else {
8  #endif /* COMPILE_TEMPLATE_MMX2 */
9 +#if 0
10          x86_reg xInc_shr16 = (x86_reg) (xInc >> 16);
11          uint16_t xInc_mask = xInc & 0xffff;
12          __asm__ volatile(
13 @@ -2501,6 +2502,7 @@
14              "r" (src2)
15              : "%"REG_a, "%"REG_d, "%ecx", "%"REG_D, "%esi"
16          );
17 +#endif
18  #if COMPILE_TEMPLATE_MMX2
19      } //if MMX2 can't be used
20  #endif