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
2edc77dc
Commit
2edc77dc
authored
Jul 16, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Factor out ividsp module
parent
b075869b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
configure
configure
+3
-0
Makefile
libavcodec/Makefile
+3
-2
No files found.
configure
View file @
2edc77dc
...
@@ -1607,6 +1607,7 @@ CONFIG_EXTRA="
...
@@ -1607,6 +1607,7 @@ CONFIG_EXTRA="
iirfilter
iirfilter
imdct15
imdct15
intrax8
intrax8
ividsp
jpegtables
jpegtables
libx262
libx262
lgplv3
lgplv3
...
@@ -1878,6 +1879,8 @@ huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp"
...
@@ -1878,6 +1879,8 @@ huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp"
iac_decoder_select
=
"imc_decoder"
iac_decoder_select
=
"imc_decoder"
imc_decoder_select
=
"bswapdsp fft mdct sinewin"
imc_decoder_select
=
"bswapdsp fft mdct sinewin"
indeo3_decoder_select
=
"hpeldsp"
indeo3_decoder_select
=
"hpeldsp"
indeo4_decoder_select
=
"ividsp"
indeo5_decoder_select
=
"ividsp"
interplay_video_decoder_select
=
"hpeldsp"
interplay_video_decoder_select
=
"hpeldsp"
jpegls_decoder_select
=
"golomb mjpeg_decoder"
jpegls_decoder_select
=
"golomb mjpeg_decoder"
jpegls_encoder_select
=
"golomb"
jpegls_encoder_select
=
"golomb"
...
...
libavcodec/Makefile
View file @
2edc77dc
...
@@ -63,6 +63,7 @@ OBJS-$(CONFIG_IDCTDSP) += idctdsp.o simple_idct.o jrevdct.o
...
@@ -63,6 +63,7 @@ OBJS-$(CONFIG_IDCTDSP) += idctdsp.o simple_idct.o jrevdct.o
OBJS-$(CONFIG_IIRFILTER)
+=
iirfilter.o
OBJS-$(CONFIG_IIRFILTER)
+=
iirfilter.o
OBJS-$(CONFIG_IMDCT15)
+=
imdct15.o
OBJS-$(CONFIG_IMDCT15)
+=
imdct15.o
OBJS-$(CONFIG_INTRAX8)
+=
intrax8.o
intrax8dsp.o
OBJS-$(CONFIG_INTRAX8)
+=
intrax8.o
intrax8dsp.o
OBJS-$(CONFIG_IVIDSP)
+=
ivi_dsp.o
OBJS-$(CONFIG_JPEGTABLES)
+=
jpegtables.o
OBJS-$(CONFIG_JPEGTABLES)
+=
jpegtables.o
OBJS-$(CONFIG_LIBXVID)
+=
libxvid_rc.o
OBJS-$(CONFIG_LIBXVID)
+=
libxvid_rc.o
OBJS-$(CONFIG_LPC)
+=
lpc.o
OBJS-$(CONFIG_LPC)
+=
lpc.o
...
@@ -256,8 +257,8 @@ OBJS-$(CONFIG_IFF_ILBM_DECODER) += iff.o
...
@@ -256,8 +257,8 @@ OBJS-$(CONFIG_IFF_ILBM_DECODER) += iff.o
OBJS-$(CONFIG_IMC_DECODER)
+=
imc.o
OBJS-$(CONFIG_IMC_DECODER)
+=
imc.o
OBJS-$(CONFIG_INDEO2_DECODER)
+=
indeo2.o
OBJS-$(CONFIG_INDEO2_DECODER)
+=
indeo2.o
OBJS-$(CONFIG_INDEO3_DECODER)
+=
indeo3.o
OBJS-$(CONFIG_INDEO3_DECODER)
+=
indeo3.o
OBJS-$(CONFIG_INDEO4_DECODER)
+=
indeo4.o
ivi.o
ivi_dsp.o
OBJS-$(CONFIG_INDEO4_DECODER)
+=
indeo4.o
ivi.o
OBJS-$(CONFIG_INDEO5_DECODER)
+=
indeo5.o
ivi.o
ivi_dsp.o
OBJS-$(CONFIG_INDEO5_DECODER)
+=
indeo5.o
ivi.o
OBJS-$(CONFIG_INTERPLAY_DPCM_DECODER)
+=
dpcm.o
OBJS-$(CONFIG_INTERPLAY_DPCM_DECODER)
+=
dpcm.o
OBJS-$(CONFIG_INTERPLAY_VIDEO_DECODER)
+=
interplayvideo.o
OBJS-$(CONFIG_INTERPLAY_VIDEO_DECODER)
+=
interplayvideo.o
OBJS-$(CONFIG_JPEG2000_DECODER)
+=
jpeg2000dec.o
jpeg2000.o
jpeg2000dsp.o
\
OBJS-$(CONFIG_JPEG2000_DECODER)
+=
jpeg2000dec.o
jpeg2000.o
jpeg2000dsp.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