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
71167f7f
Commit
71167f7f
authored
Jul 24, 2016
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/Makefile: Fix standalone compilation of the svq3 decoder.
Regression since
0bf5fd2e
parent
2adbea4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
libavcodec/Makefile
+2
-1
No files found.
libavcodec/Makefile
View file @
71167f7f
...
...
@@ -532,7 +532,8 @@ OBJS-$(CONFIG_SUNRAST_ENCODER) += sunrastenc.o
OBJS-$(CONFIG_SVQ1_DECODER)
+=
svq1dec.o
svq1.o
svq13.o
h263data.o
OBJS-$(CONFIG_SVQ1_ENCODER)
+=
svq1enc.o
svq1.o
h263data.o
\
h263.o
ituh263enc.o
OBJS-$(CONFIG_SVQ3_DECODER)
+=
svq3.o
svq13.o
mpegutils.o
h264_parse.o
h264data.o
OBJS-$(CONFIG_SVQ3_DECODER)
+=
svq3.o
svq13.o
mpegutils.o
\
h264_parse.o
h264data.o
h264_ps.o
h2645_parse.o
OBJS-$(CONFIG_TEXT_DECODER)
+=
textdec.o
ass.o
OBJS-$(CONFIG_TEXT_ENCODER)
+=
srtenc.o
ass_split.o
OBJS-$(CONFIG_TAK_DECODER)
+=
takdec.o
tak.o
takdsp.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