comparison Makefile @ 6480:d55dd9679e52 libavformat

cosmetics: Place concat protocol entry in alphabetical order.
author diego
date Tue, 21 Sep 2010 22:21:12 +0000
parents eb68008daac2
children
comparison
equal deleted inserted replaced
6479:3e7384f85f1d 6480:d55dd9679e52
290 OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o 290 OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o
291 291
292 # protocols I/O 292 # protocols I/O
293 OBJS+= avio.o aviobuf.o 293 OBJS+= avio.o aviobuf.o
294 294
295 OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o
295 OBJS-$(CONFIG_FILE_PROTOCOL) += file.o 296 OBJS-$(CONFIG_FILE_PROTOCOL) += file.o
296 OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o 297 OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o
297 OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o 298 OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o
298 OBJS-$(CONFIG_MMSH_PROTOCOL) += mmsh.o mms.o asf.o 299 OBJS-$(CONFIG_MMSH_PROTOCOL) += mmsh.o mms.o asf.o
299 OBJS-$(CONFIG_MMST_PROTOCOL) += mmst.o mms.o asf.o 300 OBJS-$(CONFIG_MMST_PROTOCOL) += mmst.o mms.o asf.o
306 OBJS-$(CONFIG_RTMP_PROTOCOL) += $(RTMP-OBJS-yes) 307 OBJS-$(CONFIG_RTMP_PROTOCOL) += $(RTMP-OBJS-yes)
307 308
308 OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o 309 OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
309 OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o 310 OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
310 OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o 311 OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
311 OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o
312 312
313 # libavdevice dependencies 313 # libavdevice dependencies
314 OBJS-$(CONFIG_JACK_INDEV) += timefilter.o 314 OBJS-$(CONFIG_JACK_INDEV) += timefilter.o
315 315
316 EXAMPLES = output 316 EXAMPLES = output