Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
57d7e21c
Commit
57d7e21c
authored
Nov 21, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: move libmodplug registration with the other ext lib.
Also remove the duplicated #if.
parent
23db5418
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
allformats.c
libavformat/allformats.c
+1
-4
No files found.
libavformat/allformats.c
View file @
57d7e21c
...
...
@@ -269,10 +269,6 @@ void av_register_all(void)
REGISTER_DEMUXER
(
YOP
,
yop
);
REGISTER_MUXDEMUX
(
YUV4MPEGPIPE
,
yuv4mpegpipe
);
/* external libraries */
#if CONFIG_LIBMODPLUG
REGISTER_DEMUXER
(
LIBMODPLUG
,
libmodplug
);
#endif
/* protocols */
#if FF_API_APPLEHTTP_PROTO
REGISTER_PROTOCOL
(
APPLEHTTP
,
applehttp
);
...
...
@@ -306,6 +302,7 @@ void av_register_all(void)
REGISTER_PROTOCOL
(
UDP
,
udp
);
/* external libraries */
REGISTER_DEMUXER
(
LIBMODPLUG
,
libmodplug
);
REGISTER_MUXDEMUX
(
LIBNUT
,
libnut
);
REGISTER_PROTOCOL
(
LIBRTMP
,
librtmp
);
REGISTER_PROTOCOL
(
LIBRTMPE
,
librtmpe
);
...
...
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