diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-25 19:55:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-25 19:55:01 +0000 |
commit | 11ab237e31860435816bc70739dc5a35c3078cc4 (patch) | |
tree | d92cad1be1e92947989ab064ed253ff8ef836dcf /libavfilter/Makefile | |
parent | 9c16add67b0692e89feb2707d3159a2924470c4c (diff) | |
download | ffmpeg-11ab237e31860435816bc70739dc5a35c3078cc4.tar.gz |
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/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
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 |