diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-10 07:36:10 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-15 06:51:23 +0200 |
commit | c5432d3ca4af629cea713c7613d22f5c451d41ab (patch) | |
tree | 66a66968b10de1222fc6303966e0e7123f2192a6 /libavfilter/Makefile | |
parent | 7abf789975a77dde774a26d392188ea46fc08110 (diff) | |
download | ffmpeg-c5432d3ca4af629cea713c7613d22f5c451d41ab.tar.gz |
lavfi: move video-related functions to a separate file.
This is easier to follow than having them randomly scattered in
avfilter.c and defaults.c.
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 a90d8a02b1..12819cbb06 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -22,6 +22,7 @@ OBJS = allfilters.o \ formats.o \ graphparser.o \ vf_scale.o \ + video.o \ OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o |