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
Add some more missing includes after removing the implicit common.h
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.0
Martin Storsjö
13 years ago
parent
1d9c2dc89a
commit
70766c2182
5 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/ppc/dsputil_ppc.c
+1
-0
libavfilter/video.c
+1
-0
libavformat/network.c
+1
-0
libavutil/file.c
+1
-0
libavutil/x86/w64xmmtest.h
+ 2
- 0
libavcodec/ppc/dsputil_ppc.c
View File
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <string.h>
#include "libavutil/cpu.h"
#include "libavcodec/dsputil.h"
#include "dsputil_altivec.h"
+ 1
- 0
libavfilter/video.c
View File
@@ -17,6 +17,7 @@
*/
#include <string.h>
#include <stdio.h>
#include "libavutil/imgutils.h"
#include "libavutil/mem.h"
+ 1
- 0
libavformat/network.c
View File
@@ -20,6 +20,7 @@
#include "network.h"
#include "libavcodec/internal.h"
#include "libavutil/mem.h"
#define THREADS (HAVE_PTHREADS || (defined(WIN32) && !defined(__MINGW32CE__)))
+ 1
- 0
libavutil/file.c
View File
@@ -19,6 +19,7 @@
#include "config.h"
#include "file.h"
#include "log.h"
#include "mem.h"
#include <fcntl.h>
#include <sys/stat.h>
#if HAVE_UNISTD_H
+ 1
- 0
libavutil/x86/w64xmmtest.h
View File
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdarg.h>
Write
Preview
Loading…
Cancel
Save