projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
[libav.git]
/
libavutil
/
Makefile
diff --git
a/libavutil/Makefile
b/libavutil/Makefile
index
91b437e
..
2ff0a97
100644
(file)
--- a/
libavutil/Makefile
+++ b/
libavutil/Makefile
@@
-1,5
+1,7
@@
include ../config.mak
+NAME = avutil
+
OBJS = adler32.o \
aes.o \
base64.o \
@@
-37,8
+39,6
@@
HEADERS = adler32.h \
rational.h \
sha1.h
-NAME=avutil
-
TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree)
include ../common.mak