summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-02-20 22:42:17 +0000
committerMans Rullgard <mans@mansr.com>2011-02-21 14:09:08 +0000
commit5ad06110e01bbfdb35eaa3691b54ca4af1ac2210 (patch)
tree374c512507d8682dbae035417729fdc03dbb7dcc /libavfilter/Makefile
parent08df7f866663f83ba42398cea9f3eeff4681ea9a (diff)
lavfi: add drawutils
Add drawutils.h and drawutils.c, and use them in the pad filter. The new functions are going to be shared by other filters. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index abb68c811d..30c75bd2ae 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -11,6 +11,7 @@ OBJS = allfilters.o \
avfilter.o \
avfiltergraph.o \
defaults.o \
+ drawutils.o \
formats.o \
graphparser.o \