diff Makefile @ 34102:dd8320c2a2cb

libmpcodec: add vf_lavfi. This filter wraps a complete libavfilter filter graph. As the API of libavfilter is not completely stable yet, the filter is not enabled by default, so as not to let mplayer unbuildable. Some strange behaviours may appear due to the very different model of buffer allocation between mplayer and lavfi.
author cigaes
date Wed, 12 Oct 2011 11:38:10 +0000
parents bffc842649c2
children febe300dbfc0
line wrap: on
line diff
--- a/Makefile	Wed Oct 12 11:38:08 2011 +0000
+++ b/Makefile	Wed Oct 12 11:38:10 2011 +0000
@@ -83,6 +83,8 @@
                                         stream/stream_ffmpeg.c      \
                                         sub/av_sub.c                \
 
+SRCS_COMMON-$(CONFIG_VF_LAVFI)      +=  libmpcodecs/vf_lavfi.c
+
 # These filters use private headers and do not work with shared FFmpeg.
 SRCS_COMMON-$(FFMPEG_A)              += libaf/af_lavcac3enc.c    \
                                         libmpcodecs/vf_fspp.c    \