Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
5c1c6e82
Commit
5c1c6e82
authored
Feb 08, 2014
by
Janne Grunau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders
parent
6398d8fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
dca.h
libavcodec/arm/dca.h
+1
-0
dca.h
libavcodec/x86/dca.h
+1
-0
No files found.
libavcodec/arm/dca.h
View file @
5c1c6e82
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdint.h>
#include "config.h"
#include "config.h"
#include "libavcodec/dcadsp.h"
#include "libavcodec/mathops.h"
#include "libavcodec/mathops.h"
#if HAVE_ARMV6_INLINE && AV_GCC_VERSION_AT_LEAST(4,4)
#if HAVE_ARMV6_INLINE && AV_GCC_VERSION_AT_LEAST(4,4)
...
...
libavcodec/x86/dca.h
View file @
5c1c6e82
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#if ARCH_X86_64 && HAVE_SSE2_INLINE
#if ARCH_X86_64 && HAVE_SSE2_INLINE
# include "libavutil/x86/asm.h"
# include "libavutil/x86/asm.h"
# include "libavutil/mem.h"
# include "libavutil/mem.h"
#include "libavcodec/dcadsp.h"
# define int8x8_fmul_int32 int8x8_fmul_int32
# define int8x8_fmul_int32 int8x8_fmul_int32
static
inline
void
int8x8_fmul_int32
(
av_unused
DCADSPContext
*
dsp
,
static
inline
void
int8x8_fmul_int32
(
av_unused
DCADSPContext
*
dsp
,
...
...
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