projects
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
__stdcall -> WINAPI
[libav.git]
/
libavfilter
/
Makefile
1
include
..
/
config.mak
2
3
OBJS
=
allfilters.o \
4
avfilter.o \
5
defaults.o \
6
formats.o \
7
8
#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
9
10
HEADERS
=
avfilter.h
11
12
FFLIBS
=
avcodec avutil
13
14
FFLIBS-
$(
CONFIG_SWSCALER
) +=
swscale
15
FFLIBS-
$(
CONFIG_AVFILTER_LAVF
) +=
avformat
16
17
NAME
=
avfilter
18
19
include
..
/
common.mak