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
7151c5d0
Commit
7151c5d0
authored
Jan 13, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: Use full filenames as multiple inclusion guards
parent
2115a359
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
dsputil_arm.h
libavcodec/arm/dsputil_arm.h
+3
-3
hpeldsp_arm.h
libavcodec/arm/hpeldsp_arm.h
+3
-3
mpegvideo_arm.h
libavcodec/arm/mpegvideo_arm.h
+3
-3
No files found.
libavcodec/arm/dsputil_arm.h
View file @
7151c5d0
...
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_ARM_DSPUTIL_H
#define AVCODEC_ARM_DSPUTIL_H
#ifndef AVCODEC_ARM_DSPUTIL_
ARM_
H
#define AVCODEC_ARM_DSPUTIL_
ARM_
H
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
...
...
@@ -29,4 +29,4 @@ void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx);
void
ff_dsputil_init_vfp
(
DSPContext
*
c
,
AVCodecContext
*
avctx
);
void
ff_dsputil_init_neon
(
DSPContext
*
c
,
AVCodecContext
*
avctx
);
#endif
/* AVCODEC_ARM_DSPUTIL_H */
#endif
/* AVCODEC_ARM_DSPUTIL_
ARM_
H */
libavcodec/arm/hpeldsp_arm.h
View file @
7151c5d0
...
...
@@ -16,12 +16,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_ARM_HPELDSP_H
#define AVCODEC_ARM_HPELDSP_H
#ifndef AVCODEC_ARM_HPELDSP_
ARM_
H
#define AVCODEC_ARM_HPELDSP_
ARM_
H
#include "libavcodec/hpeldsp.h"
void
ff_hpeldsp_init_armv6
(
HpelDSPContext
*
c
,
int
flags
);
void
ff_hpeldsp_init_neon
(
HpelDSPContext
*
c
,
int
flags
);
#endif
/* AVCODEC_ARM_HPELDSP_H */
#endif
/* AVCODEC_ARM_HPELDSP_
ARM_
H */
libavcodec/arm/mpegvideo_arm.h
View file @
7151c5d0
...
...
@@ -16,11 +16,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_ARM_MPEGVIDEO_H
#define AVCODEC_ARM_MPEGVIDEO_H
#ifndef AVCODEC_ARM_MPEGVIDEO_
ARM_
H
#define AVCODEC_ARM_MPEGVIDEO_
ARM_
H
#include "libavcodec/mpegvideo.h"
void
ff_MPV_common_init_armv5te
(
MpegEncContext
*
s
);
#endif
/* AVCODEC_ARM_MPEGVIDEO_H */
#endif
/* AVCODEC_ARM_MPEGVIDEO_
ARM_
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