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
605c5ca3
Commit
605c5ca3
authored
May 16, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/allcodecs: move librsvg_decoder to the external library section
parent
5605108f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
allcodecs.c
libavcodec/allcodecs.c
+1
-1
No files found.
libavcodec/allcodecs.c
View file @
605c5ca3
...
...
@@ -319,7 +319,6 @@ static void register_all(void)
REGISTER_DECODER
(
SPEEDHQ
,
speedhq
);
REGISTER_DECODER
(
SRGC
,
srgc
);
REGISTER_ENCDEC
(
SUNRAST
,
sunrast
);
REGISTER_DECODER
(
LIBRSVG
,
librsvg
);
REGISTER_ENCDEC
(
SVQ1
,
svq1
);
REGISTER_DECODER
(
SVQ3
,
svq3
);
REGISTER_ENCDEC
(
TARGA
,
targa
);
...
...
@@ -617,6 +616,7 @@ static void register_all(void)
REGISTER_DECODER
(
LIBOPENCORE_AMRWB
,
libopencore_amrwb
);
REGISTER_ENCDEC
(
LIBOPENJPEG
,
libopenjpeg
);
REGISTER_ENCDEC
(
LIBOPUS
,
libopus
);
REGISTER_DECODER
(
LIBRSVG
,
librsvg
);
REGISTER_ENCDEC
(
LIBSCHROEDINGER
,
libschroedinger
);
REGISTER_ENCODER
(
LIBSHINE
,
libshine
);
REGISTER_ENCDEC
(
LIBSPEEX
,
libspeex
);
...
...
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