This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove MPlayer-specific MP_WORDSIZE hack.
Originally committed as revision 27698 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun
17 years ago
parent
cb92c528d9
commit
0d696d34ef
1 changed files
with
0 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
libswscale/rgb2rgb_template.c
+ 0
- 5
libswscale/rgb2rgb_template.c
View File
@@ -30,11 +30,6 @@
#include <stddef.h>
#include <stddef.h>
#include <inttypes.h> /* for __WORDSIZE */
#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 PREFETCH
#undef MOVNTQ
#undef MOVNTQ
#undef EMMS
#undef EMMS
Write
Preview
Loading…
Cancel
Save