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