summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-02-20 23:42:17 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-02-21 13:44:52 +0100
commitbcfd9e821b6083e9a98b8e5da4de0a4fbf22923b (patch)
treeae70b524440014025a92f81b747ff91e6bfa8228 /libavfilter/Makefile
parentbbcaaf752f09cf6475f6d28a91c4e4cdcdf03147 (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: Michael Niedermayer <michaelni@gmx.at>
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 c05f217e25..e55785550e 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -12,6 +12,7 @@ OBJS = allfilters.o \
avfilter.o \
avfiltergraph.o \
defaults.o \
+ drawutils.o \
formats.o \
graphparser.o \