diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-02-20 23:42:17 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-21 13:44:52 +0100 |
commit | bcfd9e821b6083e9a98b8e5da4de0a4fbf22923b (patch) | |
tree | ae70b524440014025a92f81b747ff91e6bfa8228 /libavfilter/Makefile | |
parent | bbcaaf752f09cf6475f6d28a91c4e4cdcdf03147 (diff) | |
download | ffmpeg-bcfd9e821b6083e9a98b8e5da4de0a4fbf22923b.tar.gz |
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/Makefile | 1 |
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 \ |