projects
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
[libav.git]
/
libpostproc
/
Makefile
1
2
include
..
/
config.mak
3
4
FFLIBS
=
avutil
5
6
NAME
=
postproc
7
LIBVERSION
=$(
SPPVERSION
)
8
LIBMAJOR
=$(
SPPMAJOR
)
9
10
HEADERS
=
postprocess.h
11
12
OBJS
=
postprocess.o
13
14
include
..
/
common.mak