Browse Source

Replace wrong condition name in #endif comment by correct instance.

Originally committed as revision 30938 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.6
Diego Biurrun 15 years ago
parent
commit
f5af8f1625
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/swscale_template.c

+ 1
- 1
libswscale/swscale_template.c View File

@@ -2211,7 +2211,7 @@ static inline void RENAME(hScale)(int16_t *dst, int dstW, const uint8_t *src, in
dst[i] = FFMIN(val>>7, (1<<15)-1); // the cubic equation does overflow ...
//dst[i] = val>>7;
}
#endif /* COMPILE_ALTIVEC */
#endif /* COMPILE_TEMPLATE_ALTIVEC */
#endif /* COMPILE_MMX */
}



Loading…
Cancel
Save