[FFmpeg-soc] [soc]: r5208 - concat/libavformat/Makefile.diff
gkovacs
subversion at mplayerhq.hu
Thu Aug 20 18:01:29 CEST 2009
Author: gkovacs
Date: Thu Aug 20 18:01:28 2009
New Revision: 5208
Log:
more constent ordering of object files
Modified:
concat/libavformat/Makefile.diff
Modified: concat/libavformat/Makefile.diff
==============================================================================
--- concat/libavformat/Makefile.diff Thu Aug 20 17:57:46 2009 (r5207)
+++ concat/libavformat/Makefile.diff Thu Aug 20 18:01:28 2009 (r5208)
@@ -1,5 +1,5 @@
diff --git a/libavformat/Makefile b/libavformat/Makefile
-index 86dc03f..5629202 100644
+index 86dc03f..0a3afed 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
@@ -15,7 +15,7 @@ index 86dc03f..5629202 100644
OBJS-$(CONFIG_BFI_DEMUXER) += bfi.o
OBJS-$(CONFIG_C93_DEMUXER) += c93.o vocdec.o voc.o
OBJS-$(CONFIG_CAVSVIDEO_DEMUXER) += raw.o
-+OBJS-$(CONFIG_CONCAT_DEMUXER) += avplaylist.o concat.o concatgen.o
++OBJS-$(CONFIG_CONCAT_DEMUXER) += concat.o avplaylist.o concatgen.o
OBJS-$(CONFIG_CRC_MUXER) += crcenc.o
OBJS-$(CONFIG_DAUD_DEMUXER) += daud.o
OBJS-$(CONFIG_DAUD_MUXER) += daud.o
More information about the FFmpeg-soc
mailing list