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
76b19a39
Commit
76b19a39
authored
Feb 25, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a number of incorrect intmath.h #includes.
parent
d925cca9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
dca.h
libavcodec/arm/dca.h
+2
-1
dcadec.c
libavcodec/dcadec.c
+1
-1
fft-internal.h
libavcodec/fft-internal.h
+1
-1
ra144dec.c
libavcodec/ra144dec.c
+0
-1
ratecontrol.c
libavcodec/ratecontrol.c
+0
-1
No files found.
libavcodec/arm/dca.h
View file @
76b19a39
...
...
@@ -22,8 +22,9 @@
#define AVCODEC_ARM_DCA_H
#include <stdint.h>
#include "config.h"
#include "libav
util/intmath
.h"
#include "libav
codec/mathops
.h"
#if HAVE_ARMV6_INLINE && AV_GCC_VERSION_AT_LEAST(4,4)
...
...
libavcodec/dcadec.c
View file @
76b19a39
...
...
@@ -30,7 +30,6 @@
#include "libavutil/common.h"
#include "libavutil/float_dsp.h"
#include "libavutil/internal.h"
#include "libavutil/intmath.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/samplefmt.h"
...
...
@@ -42,6 +41,7 @@
#include "dcahuff.h"
#include "dca.h"
#include "dca_parser.h"
#include "mathops.h"
#include "synth_filter.h"
#include "dcadsp.h"
#include "fmtconvert.h"
...
...
libavcodec/fft-internal.h
View file @
76b19a39
...
...
@@ -36,7 +36,7 @@
#else
#include "
libavutil/intmath
.h"
#include "
fft
.h"
#include "mathops.h"
void
ff_mdct_calcw_c
(
FFTContext
*
s
,
FFTDouble
*
output
,
const
FFTSample
*
input
);
...
...
libavcodec/ra144dec.c
View file @
76b19a39
...
...
@@ -23,7 +23,6 @@
*/
#include "libavutil/channel_layout.h"
#include "libavutil/intmath.h"
#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
...
...
libavcodec/ratecontrol.c
View file @
76b19a39
...
...
@@ -25,7 +25,6 @@
* Rate control for video encoders.
*/
#include "libavutil/intmath.h"
#include "avcodec.h"
#include "dsputil.h"
#include "ratecontrol.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