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
fixed a warning
Originally committed as revision 2541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Michael Niedermayer
24 years ago
parent
d9384b8b77
commit
541c4eb9ba
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
postproc/swscale.c
+1
-0
postproc/swscale_template.c
+ 1
- 0
postproc/swscale.c
View File
@@ -10,6 +10,7 @@
#include "../config.h"
#include "../config.h"
#include "swscale.h"
#include "swscale.h"
#include "../mmx_defs.h"
#include "../mmx_defs.h"
#undef MOVNTQ
//#undef HAVE_MMX2
//#undef HAVE_MMX2
//#undef HAVE_MMX
//#undef HAVE_MMX
+ 1
- 0
postproc/swscale_template.c
View File
@@ -10,6 +10,7 @@
#include "../config.h"
#include "../config.h"
#include "swscale.h"
#include "swscale.h"
#include "../mmx_defs.h"
#include "../mmx_defs.h"
#undef MOVNTQ
//#undef HAVE_MMX2
//#undef HAVE_MMX2
//#undef HAVE_MMX
//#undef HAVE_MMX
Write
Preview
Loading…
Cancel
Save