Mercurial > libpostproc.hg
annotate Makefile @ 136:fe0bf26c4c81 libpostproc
Fix grammar errors in documentation
author | mru |
---|---|
date | Wed, 30 Jun 2010 15:38:06 +0000 |
parents | 3024bc8f1c61 |
children |
rev | line source |
---|---|
105 | 1 include $(SUBDIR)../config.mak |
0 | 2 |
85
61ef141787ac
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego
parents:
84
diff
changeset
|
3 NAME = postproc |
83 | 4 FFLIBS = avutil |
33
b5cf29aef709
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents:
30
diff
changeset
|
5 |
0 | 6 HEADERS = postprocess.h |
7 | |
73
cc79af45c2ae
Build both static and shared libs from the same object.
diego
parents:
62
diff
changeset
|
8 OBJS = postprocess.o |
62
aac097949f15
Declare libpostproc prerequisites directly instead of using a layer of
diego
parents:
57
diff
changeset
|
9 |
105 | 10 include $(SUBDIR)../subdir.mak |