Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
4a89e0a6
Commit
4a89e0a6
authored
Mar 08, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: add some missing includes
Originally committed as revision 22340 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
97cda76a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
dsputil_arm.h
libavcodec/arm/dsputil_arm.h
+3
-0
mpegvideo_arm.h
libavcodec/arm/mpegvideo_arm.h
+2
-0
timer.h
libavutil/arm/timer.h
+1
-0
No files found.
libavcodec/arm/dsputil_arm.h
View file @
4a89e0a6
...
@@ -21,6 +21,9 @@
...
@@ -21,6 +21,9 @@
#ifndef AVCODEC_ARM_DSPUTIL_H
#ifndef AVCODEC_ARM_DSPUTIL_H
#define AVCODEC_ARM_DSPUTIL_H
#define AVCODEC_ARM_DSPUTIL_H
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
void
ff_dsputil_init_armv5te
(
DSPContext
*
c
,
AVCodecContext
*
avctx
);
void
ff_dsputil_init_armv5te
(
DSPContext
*
c
,
AVCodecContext
*
avctx
);
void
ff_dsputil_init_armv6
(
DSPContext
*
c
,
AVCodecContext
*
avctx
);
void
ff_dsputil_init_armv6
(
DSPContext
*
c
,
AVCodecContext
*
avctx
);
void
ff_dsputil_init_vfp
(
DSPContext
*
c
,
AVCodecContext
*
avctx
);
void
ff_dsputil_init_vfp
(
DSPContext
*
c
,
AVCodecContext
*
avctx
);
...
...
libavcodec/arm/mpegvideo_arm.h
View file @
4a89e0a6
...
@@ -19,6 +19,8 @@
...
@@ -19,6 +19,8 @@
#ifndef AVCODEC_ARM_MPEGVIDEO_H
#ifndef AVCODEC_ARM_MPEGVIDEO_H
#define AVCODEC_ARM_MPEGVIDEO_H
#define AVCODEC_ARM_MPEGVIDEO_H
#include "libavcodec/mpegvideo.h"
void
MPV_common_init_iwmmxt
(
MpegEncContext
*
s
);
void
MPV_common_init_iwmmxt
(
MpegEncContext
*
s
);
void
MPV_common_init_armv5te
(
MpegEncContext
*
s
);
void
MPV_common_init_armv5te
(
MpegEncContext
*
s
);
...
...
libavutil/arm/timer.h
View file @
4a89e0a6
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#define AVUTIL_ARM_TIMER_H
#define AVUTIL_ARM_TIMER_H
#include <stdint.h>
#include <stdint.h>
#include "config.h"
#if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)
#if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)
...
...
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