From 1e97ce4a3149fbf45f5d10e98a3000ef88f4653a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 30 Aug 2007 23:11:24 +0000 Subject: cosmetics: Sort some lines, whitespace changes. Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 50 +++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) (limited to 'libavutil') diff --git a/libavutil/Makefile b/libavutil/Makefile index ffe3775b73..cea3cab55b 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -1,25 +1,37 @@ include ../config.mak -OBJS= mathematics.o \ - rational.o \ - intfloat_readwrite.o \ - crc.o \ - md5.o \ - lls.o \ - adler32.o \ - log.o \ - mem.o \ - fifo.o \ - tree.o \ - lzo.o \ - random.o \ - aes.o \ - base64.o \ - string.o \ +OBJS = adler32.o \ + aes.o \ + base64.o \ + crc.o \ + intfloat_readwrite.o \ + fifo.o \ + lls.o \ + log.o \ + lzo.o \ + mathematics.o \ + md5.o \ + mem.o \ + random.o \ + rational.o \ + string.o \ + tree.o \ -HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ - intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ - random.h mem.h base64.h avstring.h +HEADERS = adler32.h \ + avstring.h \ + avutil.h \ + base64.h \ + common.h \ + fifo.h \ + integer.h \ + intfloat_readwrite.h \ + log.h \ + lzo.h \ + mathematics.h \ + md5.h \ + mem.h \ + random.h \ + rational.h \ NAME=avutil LIBVERSION=$(LAVUVERSION) -- cgit v1.2.3