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
fb7127b2
Commit
fb7127b2
authored
Mar 19, 2014
by
Luca Barbato
Committed by
Janne Grunau
Mar 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: h264 parser depends on full h264 decoder
parent
2a386510
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
configure
configure
+1
-1
Makefile
libavcodec/Makefile
+1
-5
No files found.
configure
View file @
fb7127b2
...
...
@@ -1908,7 +1908,7 @@ wmv3_vaapi_hwaccel_select="vc1_vaapi_hwaccel"
wmv3_vdpau_hwaccel_select
=
"vc1_vdpau_hwaccel"
# parsers
h264_parser_select
=
"
golomb h264chroma h264dsp h264pred h264qpel videodsp
"
h264_parser_select
=
"
h264_decoder
"
mpeg4video_parser_select
=
"error_resilience h263dsp mpegvideo"
mpegvideo_parser_select
=
"error_resilience mpegvideo"
vc1_parser_select
=
"mpegvideo"
...
...
libavcodec/Makefile
View file @
fb7127b2
...
...
@@ -625,11 +625,7 @@ OBJS-$(CONFIG_FLAC_PARSER) += flac_parser.o flacdata.o flac.o
OBJS-$(CONFIG_GSM_PARSER)
+=
gsm_parser.o
OBJS-$(CONFIG_H261_PARSER)
+=
h261_parser.o
OBJS-$(CONFIG_H263_PARSER)
+=
h263_parser.o
OBJS-$(CONFIG_H264_PARSER)
+=
h264_parser.o
h264.o
\
cabac.o
\
h264_refs.o
h264_sei.o
h264_direct.o
\
h264_loopfilter.o
h264_cabac.o
\
h264_cavlc.o
h264_ps.o
OBJS-$(CONFIG_H264_PARSER)
+=
h264_parser.o
OBJS-$(CONFIG_HEVC_PARSER)
+=
hevc_parser.o
OBJS-$(CONFIG_MJPEG_PARSER)
+=
mjpeg_parser.o
OBJS-$(CONFIG_MLP_PARSER)
+=
mlp_parser.o
mlp.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