git.videolan.org
/
ffmpeg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
OGG: correct PTS with old theora streams
[ffmpeg.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
OBJS = allfilters.o \
9
avfilter.o \
10
defaults.o \
11
formats.o \
12
13
#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
14
15
HEADERS = avfilter.h
16
17
include $(SUBDIR)../subdir.mak