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
b075869b
Commit
b075869b
authored
Jul 16, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Factor out flacdsp module
parent
4da585ae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
configure
configure
+3
-2
Makefile
libavcodec/Makefile
+3
-2
Makefile
libavcodec/arm/Makefile
+2
-2
No files found.
configure
View file @
b075869b
...
...
@@ -1588,6 +1588,7 @@ CONFIG_EXTRA="
faandct
faanidct
fdctdsp
flacdsp
fmtconvert
gcrypt
gmp
...
...
@@ -1841,8 +1842,8 @@ ffv1_encoder_select="rangecoder"
ffvhuff_decoder_select
=
"huffyuv_decoder"
ffvhuff_encoder_select
=
"huffyuv_encoder"
fic_decoder_select
=
"golomb"
flac_decoder_select
=
"golomb"
flac_encoder_select
=
"bswapdsp golomb lpc"
flac_decoder_select
=
"
flacdsp
golomb"
flac_encoder_select
=
"bswapdsp
flacdsp
golomb lpc"
flashsv_decoder_deps
=
"zlib"
flashsv_encoder_deps
=
"zlib"
flashsv2_decoder_deps
=
"zlib"
...
...
libavcodec/Makefile
View file @
b075869b
...
...
@@ -47,6 +47,7 @@ OBJS-$(CONFIG_FDCTDSP) += fdctdsp.o jfdctfst.o jfdctint.o
FFT-OBJS-$(CONFIG_HARDCODED_TABLES)
+=
cos_tables.o
cos_fixed_tables.o
OBJS-$(CONFIG_FFT)
+=
avfft.o
fft_fixed.o
fft_float.o
\
$(FFT-OBJS-yes)
OBJS-$(CONFIG_FLACDSP)
+=
flacdsp.o
OBJS-$(CONFIG_FMTCONVERT)
+=
fmtconvert.o
OBJS-$(CONFIG_GOLOMB)
+=
golomb.o
OBJS-$(CONFIG_H263DSP)
+=
h263dsp.o
...
...
@@ -205,8 +206,8 @@ OBJS-$(CONFIG_EXR_DECODER) += exr.o
OBJS-$(CONFIG_FFV1_DECODER)
+=
ffv1dec.o
ffv1.o
OBJS-$(CONFIG_FFV1_ENCODER)
+=
ffv1enc.o
ffv1.o
OBJS-$(CONFIG_FIC_DECODER)
+=
fic.o
OBJS-$(CONFIG_FLAC_DECODER)
+=
flacdec.o
flacdata.o
flac.o
flacdsp.o
OBJS-$(CONFIG_FLAC_ENCODER)
+=
flacenc.o
flacdata.o
flac.o
flacdsp.o
OBJS-$(CONFIG_FLAC_DECODER)
+=
flacdec.o
flacdata.o
flac.o
OBJS-$(CONFIG_FLAC_ENCODER)
+=
flacenc.o
flacdata.o
flac.o
OBJS-$(CONFIG_FLASHSV_DECODER)
+=
flashsv.o
OBJS-$(CONFIG_FLASHSV_ENCODER)
+=
flashsvenc.o
OBJS-$(CONFIG_FLASHSV2_DECODER)
+=
flashsv.o
...
...
libavcodec/arm/Makefile
View file @
b075869b
...
...
@@ -18,6 +18,8 @@ OBJS-$(CONFIG_IDCTDSP) += arm/idctdsp_init_arm.o \
arm/idctdsp_arm.o
\
arm/jrevdct_arm.o
\
arm/simple_idct_arm.o
OBJS-$(CONFIG_FLACDSP)
+=
arm/flacdsp_init_arm.o
\
arm/flacdsp_arm.o
OBJS-$(CONFIG_ME_CMP)
+=
arm/me_cmp_init_arm.o
OBJS-$(CONFIG_MPEGAUDIODSP)
+=
arm/mpegaudiodsp_init_arm.o
OBJS-$(CONFIG_MPEGVIDEO)
+=
arm/mpegvideo_arm.o
...
...
@@ -32,8 +34,6 @@ OBJS-$(CONFIG_AAC_DECODER) += arm/aacpsdsp_init_arm.o \
arm/sbrdsp_init_arm.o
OBJS-$(CONFIG_APE_DECODER)
+=
arm/apedsp_init_arm.o
OBJS-$(CONFIG_DCA_DECODER)
+=
arm/dcadsp_init_arm.o
OBJS-$(CONFIG_FLAC_DECODER)
+=
arm/flacdsp_init_arm.o
\
arm/flacdsp_arm.o
OBJS-$(CONFIG_ADPCM_G722_DECODER)
+=
arm/g722dsp_init_arm.o
OBJS-$(CONFIG_ADPCM_G722_ENCODER)
+=
arm/g722dsp_init_arm.o
OBJS-$(CONFIG_MLP_DECODER)
+=
arm/mlpdsp_init_arm.o
...
...
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