Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
configure
configure
+1
-1
libavcodec/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 vi
deod
sp
"
h264_parser_select
=
"
h264_
de
c
od
er
"
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