Commit 6e4e28d6 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30938 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 1be520ea
......@@ -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 */
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment