deinterlace: tomsmocomp SSE2 code disabled because IS_SSE2 is never defined anywhere
In this line:
there is:
#ifdef IS_SSE2
but this doesn't seem to be defined anywhere, effectively disabling the SSE2 code.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
In this line:
there is:
#ifdef IS_SSE2
but this doesn't seem to be defined anywhere, effectively disabling the SSE2 code.