Mercurial > libpostproc.hg
annotate Makefile @ 85:61ef141787ac libpostproc
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
author | diego |
---|---|
date | Sat, 08 Mar 2008 14:39:43 +0000 |
parents | 8c591632beef |
children | a89665df4db0 |
rev | line source |
---|---|
0 | 1 |
2 include ../config.mak | |
3 | |
85
61ef141787ac
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego
parents:
84
diff
changeset
|
4 NAME = postproc |
83 | 5 FFLIBS = avutil |
33
b5cf29aef709
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents:
30
diff
changeset
|
6 |
0 | 7 HEADERS = postprocess.h |
8 | |
73
cc79af45c2ae
Build both static and shared libs from the same object.
diego
parents:
62
diff
changeset
|
9 OBJS = postprocess.o |
62
aac097949f15
Declare libpostproc prerequisites directly instead of using a layer of
diego
parents:
57
diff
changeset
|
10 |
73
cc79af45c2ae
Build both static and shared libs from the same object.
diego
parents:
62
diff
changeset
|
11 include ../common.mak |