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
a623aa00
Commit
a623aa00
authored
Jul 16, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Factor out wmv2dsp module
parent
d42191c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
configure
configure
+3
-2
Makefile
libavcodec/Makefile
+3
-2
No files found.
configure
View file @
a623aa00
...
...
@@ -1641,6 +1641,7 @@ CONFIG_EXTRA="
vp56dsp
vp8dsp
wma_freqs
wmv2dsp
"
CMDLINE_SELECT
=
"
...
...
@@ -1996,8 +1997,8 @@ wmav2_encoder_select="mdct sinewin wma_freqs"
wmavoice_decoder_select
=
"lsp rdft dct mdct sinewin"
wmv1_decoder_select
=
"h263_decoder"
wmv1_encoder_select
=
"h263_encoder"
wmv2_decoder_select
=
"blockdsp h263_decoder idctdsp intrax8 videodsp"
wmv2_encoder_select
=
"h263_encoder"
wmv2_decoder_select
=
"blockdsp h263_decoder idctdsp intrax8 videodsp
wmv2dsp
"
wmv2_encoder_select
=
"h263_encoder
wmv2dsp
"
wmv3_decoder_select
=
"vc1_decoder"
wmv3image_decoder_select
=
"wmv3_decoder"
zerocodec_decoder_deps
=
"zlib"
...
...
libavcodec/Makefile
View file @
a623aa00
...
...
@@ -105,6 +105,7 @@ OBJS-$(CONFIG_VP3DSP) += vp3dsp.o
OBJS-$(CONFIG_VP56DSP)
+=
vp56dsp.o
OBJS-$(CONFIG_VP8DSP)
+=
vp8dsp.o
OBJS-$(CONFIG_WMA_FREQS)
+=
wma_freqs.o
OBJS-$(CONFIG_WMV2DSP)
+=
wmv2dsp.o
# decoders/encoders
OBJS-$(CONFIG_A64MULTI_ENCODER)
+=
a64multienc.o
elbg.o
...
...
@@ -459,9 +460,9 @@ OBJS-$(CONFIG_WMAVOICE_DECODER) += wmavoice.o \
celp_filters.o
\
acelp_vectors.o
acelp_filters.o
OBJS-$(CONFIG_WMV1_DECODER)
+=
msmpeg4dec.o
msmpeg4.o
msmpeg4data.o
OBJS-$(CONFIG_WMV2_DECODER)
+=
wmv2dec.o
wmv2.o
wmv2dsp.o
\
OBJS-$(CONFIG_WMV2_DECODER)
+=
wmv2dec.o
wmv2.o
\
msmpeg4dec.o
msmpeg4.o
msmpeg4data.o
OBJS-$(CONFIG_WMV2_ENCODER)
+=
wmv2enc.o
wmv2.o
wmv2dsp.o
\
OBJS-$(CONFIG_WMV2_ENCODER)
+=
wmv2enc.o
wmv2.o
\
msmpeg4.o
msmpeg4enc.o
msmpeg4data.o
OBJS-$(CONFIG_WNV1_DECODER)
+=
wnv1.o
OBJS-$(CONFIG_WS_SND1_DECODER)
+=
ws-snd1.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