diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-01-19 17:38:44 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-01-24 11:38:36 +0100 |
commit | 0c3577bfd98a8a3791adb7c01b4a203dddb345f8 (patch) | |
tree | 91ee50333cd084b43d2da36a69567a7186e2a31d /libavfilter/Makefile | |
parent | 9bd44b42a822609001c263ba0db0682113c8cc54 (diff) | |
download | ffmpeg-0c3577bfd98a8a3791adb7c01b4a203dddb345f8.tar.gz |
lavfi: add avfilter_graph_dump.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index d21d5f4230..9c4be6b6ba 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -18,6 +18,7 @@ OBJS = allfilters.o \ defaults.o \ drawutils.o \ formats.o \ + graphdump.o \ graphparser.o \ transform.o \ vsrc_buffer.o |