[FFmpeg-cvslog] r25155 - trunk/libavformat/Makefile
diego
subversion
Wed Sep 22 00:21:12 CEST 2010
Author: diego
Date: Wed Sep 22 00:21:12 2010
New Revision: 25155
Log:
cosmetics: Place concat protocol entry in alphabetical order.
Modified:
trunk/libavformat/Makefile
Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile Tue Sep 21 22:17:34 2010 (r25154)
+++ trunk/libavformat/Makefile Wed Sep 22 00:21:12 2010 (r25155)
@@ -292,6 +292,7 @@ OBJS-$(CONFIG_LIBNUT_MUXER)
# protocols I/O
OBJS+= avio.o aviobuf.o
+OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o
OBJS-$(CONFIG_FILE_PROTOCOL) += file.o
OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o
OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o
@@ -308,7 +309,6 @@ OBJS-$(CONFIG_RTMP_PROTOCOL)
OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
-OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o
# libavdevice dependencies
OBJS-$(CONFIG_JACK_INDEV) += timefilter.o
More information about the ffmpeg-cvslog
mailing list