Originally committed as revision 9084 to svn://svn.ffmpeg.org/ffmpeg/trunk
}
emms();
}
-#endif
+#endif /* HAVE_MMX */
#ifdef HAVE_ALTIVEC
typedef union {
dst_width--;
}
}
-#endif
+#endif /* HAVE_ALTIVEC */
/* slow version to handle limit cases. Does not need optimisation */
static void h_resample_slow(uint8_t *dst, int dst_width,
exit(1);
}
av_log(NULL, AV_LOG_INFO, "MMX OK\n");
-#endif
+#endif /* HAVE_MMX */
return 0;
}
-#endif
+#endif /* TEST */