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
d24bd96b
Commit
d24bd96b
authored
Feb 10, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Disentangle VC-1 decoder and parser
parent
15a24614
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
configure
configure
+1
-1
Makefile
libavcodec/Makefile
+2
-1
No files found.
configure
View file @
d24bd96b
...
...
@@ -2160,7 +2160,7 @@ h264_parser_select="h264_decoder"
hevc_parser_select
=
"golomb"
mpegvideo_parser_select
=
"mpegvideo"
mpeg4video_parser_select
=
"error_resilience h263dsp mpegvideo qpeldsp"
vc1_parser_select
=
"
mpegvideo startcode vc1_decoder
"
vc1_parser_select
=
"
vc1dsp
"
# bitstream_filters
mjpeg2jpeg_bsf_select
=
"jpegtables"
...
...
libavcodec/Makefile
View file @
d24bd96b
...
...
@@ -732,7 +732,8 @@ OBJS-$(CONFIG_PNM_PARSER) += pnm_parser.o pnm.o
OBJS-$(CONFIG_RV30_PARSER)
+=
rv34_parser.o
OBJS-$(CONFIG_RV40_PARSER)
+=
rv34_parser.o
OBJS-$(CONFIG_TAK_PARSER)
+=
tak_parser.o
tak.o
OBJS-$(CONFIG_VC1_PARSER)
+=
vc1_parser.o
wmv2data.o
OBJS-$(CONFIG_VC1_PARSER)
+=
vc1_parser.o
vc1.o
vc1data.o
\
simple_idct.o
wmv2data.o
OBJS-$(CONFIG_VP3_PARSER)
+=
vp3_parser.o
OBJS-$(CONFIG_VP8_PARSER)
+=
vp8_parser.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