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
a few warning fixes (missing #include's)
Originally committed as revision 2477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Pierre Lombard
24 years ago
parent
e0f8ffae99
commit
dda87e9fbb
4 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
postproc/postprocess.c
+3
-0
postproc/postprocess_template.c
+1
-0
postproc/swscale.c
+1
-0
postproc/swscale_template.c
+ 3
- 0
postproc/postprocess.c
View File
@@ -74,6 +74,9 @@ Notes:
#include <stdlib.h>
#include <string.h>
#include "../config.h"
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
//#undef HAVE_MMX2
//#define HAVE_3DNOW
//#undef HAVE_MMX
+ 3
- 0
postproc/postprocess_template.c
View File
@@ -74,6 +74,9 @@ Notes:
#include <stdlib.h>
#include <string.h>
#include "../config.h"
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
//#undef HAVE_MMX2
//#define HAVE_3DNOW
//#undef HAVE_MMX
+ 1
- 0
postproc/swscale.c
View File
@@ -6,6 +6,7 @@
// the parts written by michael are under GNU GPL
#include <inttypes.h>
#include <string.h>
#include "../config.h"
#include "swscale.h"
+ 1
- 0
postproc/swscale_template.c
View File
@@ -6,6 +6,7 @@
// the parts written by michael are under GNU GPL
#include <inttypes.h>
#include <string.h>
#include "../config.h"
#include "swscale.h"
Write
Preview
Loading…
Cancel
Save