summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-30 23:11:24 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-30 23:11:24 +0000
commit1e97ce4a3149fbf45f5d10e98a3000ef88f4653a (patch)
tree5f6663bc229b605971e7b15fcc1beae056f26a3b /libavutil/Makefile
parentd8dfda7e511b85064b1a0faa589c97043c92cffa (diff)
cosmetics: Sort some lines, whitespace changes.
Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile50
1 files changed, 31 insertions, 19 deletions
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)