mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: Place concat protocol entry in alphabetical order.
Originally committed as revision 25155 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b416267622
commit
26d5112c57
@ -292,6 +292,7 @@ OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o
|
|||||||
# protocols I/O
|
# protocols I/O
|
||||||
OBJS+= avio.o aviobuf.o
|
OBJS+= avio.o aviobuf.o
|
||||||
|
|
||||||
|
OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o
|
||||||
OBJS-$(CONFIG_FILE_PROTOCOL) += file.o
|
OBJS-$(CONFIG_FILE_PROTOCOL) += file.o
|
||||||
OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o
|
OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o
|
||||||
OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o
|
OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o
|
||||||
@ -308,7 +309,6 @@ OBJS-$(CONFIG_RTMP_PROTOCOL) += $(RTMP-OBJS-yes)
|
|||||||
OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
|
OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
|
||||||
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
|
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
|
||||||
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
|
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
|
||||||
OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o
|
|
||||||
|
|
||||||
# libavdevice dependencies
|
# libavdevice dependencies
|
||||||
OBJS-$(CONFIG_JACK_INDEV) += timefilter.o
|
OBJS-$(CONFIG_JACK_INDEV) += timefilter.o
|
||||||
|
Loading…
Reference in New Issue
Block a user