projects
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
[libav.git]
/
libpostproc
/
Makefile
1
2
include
..
/
config.mak
3
4
NAME
=
postproc
5
FFLIBS
=
avutil
6
7
HEADERS
=
postprocess.h
8
9
OBJS
=
postprocess.o
10
11
include
..
/
common.mak