summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMina Nagy Zaki <mnzaki@gmail.com>2011-08-04 15:47:00 +0300
committerAnton Khirnov <anton@khirnov.net>2012-05-22 21:32:57 +0200
commit88c3b87bd81829d1b7171cb26e5ef5a564dbd96a (patch)
tree5285cf29a2be26bf25dc7d10fa5187e4f677f93c /libavfilter/Makefile
parentccefa89f398a30dcd24044621ec7013387aeb455 (diff)
downloadffmpeg-streaming-88c3b87bd81829d1b7171cb26e5ef5a564dbd96a.zip
ffmpeg-streaming-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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 8649222..212e992 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 \
OpenPOWER on IntegriCloud