summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-25 19:55:01 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-25 19:55:01 +0000
commit11ab237e31860435816bc70739dc5a35c3078cc4 (patch)
treed92cad1be1e92947989ab064ed253ff8ef836dcf /libavfilter
parent9c16add67b0692e89feb2707d3159a2924470c4c (diff)
Add the graph2dot tools and document it.
Also link avfiltergraph.o and graphparser.o against libavfilter, as it uses them. Originally committed as revision 22063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index fd95e35c80..904cceffd0 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -8,8 +8,10 @@ HEADERS = avfilter.h
OBJS = allfilters.o \
avfilter.o \
+ avfiltergraph.o \
defaults.o \
formats.o \
+ graphparser.o \
parseutils.o \
OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o