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
3d868fe5
Commit
3d868fe5
authored
Aug 27, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Restore dependency of acelp_filters.o on celp_math.o
parent
dafcbfe4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile
libavcodec/Makefile
+3
-3
acelp_pitch_delay.c
libavcodec/acelp_pitch_delay.c
+1
-0
No files found.
libavcodec/Makefile
View file @
3d868fe5
...
@@ -84,11 +84,11 @@ OBJS-$(CONFIG_ALAC_DECODER) += alac.o
...
@@ -84,11 +84,11 @@ OBJS-$(CONFIG_ALAC_DECODER) += alac.o
OBJS-$(CONFIG_ALAC_ENCODER)
+=
alacenc.o
OBJS-$(CONFIG_ALAC_ENCODER)
+=
alacenc.o
OBJS-$(CONFIG_ALS_DECODER)
+=
alsdec.o
bgmc.o
mpeg4audio.o
OBJS-$(CONFIG_ALS_DECODER)
+=
alsdec.o
bgmc.o
mpeg4audio.o
OBJS-$(CONFIG_AMRNB_DECODER)
+=
amrnbdec.o
celp_filters.o
\
OBJS-$(CONFIG_AMRNB_DECODER)
+=
amrnbdec.o
celp_filters.o
\
acelp_filters.o
\
celp_math.o
acelp_filters.o
\
acelp_vectors.o
\
acelp_vectors.o
\
acelp_pitch_delay.o
acelp_pitch_delay.o
OBJS-$(CONFIG_AMRWB_DECODER)
+=
amrwbdec.o
celp_filters.o
\
OBJS-$(CONFIG_AMRWB_DECODER)
+=
amrwbdec.o
celp_filters.o
\
acelp_filters.o
\
celp_math.o
acelp_filters.o
\
acelp_vectors.o
\
acelp_vectors.o
\
acelp_pitch_delay.o
acelp_pitch_delay.o
OBJS-$(CONFIG_AMV_DECODER)
+=
sp5xdec.o
mjpegdec.o
mjpeg.o
OBJS-$(CONFIG_AMV_DECODER)
+=
sp5xdec.o
mjpegdec.o
mjpeg.o
...
@@ -332,7 +332,7 @@ OBJS-$(CONFIG_SGI_DECODER) += sgidec.o
...
@@ -332,7 +332,7 @@ OBJS-$(CONFIG_SGI_DECODER) += sgidec.o
OBJS-$(CONFIG_SGI_ENCODER)
+=
sgienc.o
rle.o
OBJS-$(CONFIG_SGI_ENCODER)
+=
sgienc.o
rle.o
OBJS-$(CONFIG_SHORTEN_DECODER)
+=
shorten.o
OBJS-$(CONFIG_SHORTEN_DECODER)
+=
shorten.o
OBJS-$(CONFIG_SIPR_DECODER)
+=
sipr.o
acelp_pitch_delay.o
\
OBJS-$(CONFIG_SIPR_DECODER)
+=
sipr.o
acelp_pitch_delay.o
\
acelp_vectors.o
\
celp_math.o
acelp_vectors.o
\
acelp_filters.o
celp_filters.o
\
acelp_filters.o
celp_filters.o
\
sipr16k.o
sipr16k.o
OBJS-$(CONFIG_SMACKAUD_DECODER)
+=
smacker.o
OBJS-$(CONFIG_SMACKAUD_DECODER)
+=
smacker.o
...
...
libavcodec/acelp_pitch_delay.c
View file @
3d868fe5
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include "avcodec.h"
#include "avcodec.h"
#include "dsputil.h"
#include "dsputil.h"
#include "acelp_pitch_delay.h"
#include "acelp_pitch_delay.h"
#include "celp_math.h"
int
ff_acelp_decode_8bit_to_1st_delay3
(
int
ac_index
)
int
ff_acelp_decode_8bit_to_1st_delay3
(
int
ac_index
)
{
{
...
...
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