Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
70766c21
Commit
70766c21
authored
Aug 15, 2012
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some more missing includes after removing the implicit common.h
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
1d9c2dc8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
+6
-0
libavcodec/ppc/dsputil_ppc.c
libavcodec/ppc/dsputil_ppc.c
+2
-0
libavfilter/video.c
libavfilter/video.c
+1
-0
libavformat/network.c
libavformat/network.c
+1
-0
libavutil/file.c
libavutil/file.c
+1
-0
libavutil/x86/w64xmmtest.h
libavutil/x86/w64xmmtest.h
+1
-0
No files found.
libavcodec/ppc/dsputil_ppc.c
View file @
70766c21
...
...
@@ -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"
...
...
libavfilter/video.c
View file @
70766c21
...
...
@@ -17,6 +17,7 @@
*/
#include <string.h>
#include <stdio.h>
#include "libavutil/imgutils.h"
#include "libavutil/mem.h"
...
...
libavformat/network.c
View file @
70766c21
...
...
@@ -20,6 +20,7 @@
#include "network.h"
#include "libavcodec/internal.h"
#include "libavutil/mem.h"
#define THREADS (HAVE_PTHREADS || (defined(WIN32) && !defined(__MINGW32CE__)))
...
...
libavutil/file.c
View file @
70766c21
...
...
@@ -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
...
...
libavutil/x86/w64xmmtest.h
View file @
70766c21
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment