diff options
author | Mina Nagy Zaki <mnzaki@gmail.com> | 2011-08-04 15:47:00 +0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-22 21:32:57 +0200 |
commit | 88c3b87bd81829d1b7171cb26e5ef5a564dbd96a (patch) | |
tree | 5285cf29a2be26bf25dc7d10fa5187e4f677f93c /libavfilter/Makefile | |
parent | ccefa89f398a30dcd24044621ec7013387aeb455 (diff) | |
download | ffmpeg-88c3b87bd81829d1b7171cb26e5ef5a564dbd96a.tar.gz |
lavfi: deprecate default config_props() callback and refactor avfilter_config_links()
Link properties have to be checked after config_props() is called to
make sure everything is sane, so the default config_props() for output
links was redundant.
Remove now empty defaults.c
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 8649222ed2..212e992c3e 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -18,7 +18,6 @@ OBJS = allfilters.o \ buffer.o \ buffersink.o \ buffersrc.o \ - defaults.o \ drawutils.o \ formats.o \ graphparser.o \ |