mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavf: move libmodplug registration with the other ext lib.
Also remove the duplicated #if.
This commit is contained in:
parent
23db5418ed
commit
57d7e21c34
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user