projects
/
libav.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
[libav.git]
/
libpostproc
/
Makefile
Commit
Line
Data
bba9b16c
1
6d9a2421
2
include ../config.mak
bba9b16c
3
9b25f4a6
4
NAME = postproc
5671fc14
5
FFLIBS = avutil
14f29f79
6
8b2121e3
7
HEADERS = postprocess.h
bba9b16c
8
363728ea
9
OBJS = postprocess.o
582c1c47
10
363728ea
11
include ../common.mak