[FFmpeg-cvslog] r27698 - trunk/libswscale/rgb2rgb_template.c
diego
subversion
Sat Oct 4 11:52:07 CEST 2008
Author: diego
Date: Sat Oct 4 11:52:07 2008
New Revision: 27698
Log:
Remove MPlayer-specific MP_WORDSIZE hack.
Modified:
trunk/libswscale/rgb2rgb_template.c
Modified: trunk/libswscale/rgb2rgb_template.c
==============================================================================
--- trunk/libswscale/rgb2rgb_template.c (original)
+++ trunk/libswscale/rgb2rgb_template.c Sat Oct 4 11:52:07 2008
@@ -30,11 +30,6 @@
#include <stddef.h>
#include <inttypes.h> /* for __WORDSIZE */
-#ifndef __WORDSIZE
-// #warning You have a misconfigured system and will probably lose performance!
-#define __WORDSIZE MP_WORDSIZE
-#endif
-
#undef PREFETCH
#undef MOVNTQ
#undef EMMS
More information about the ffmpeg-cvslog
mailing list