summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-15 19:34:54 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-02-15 19:34:54 +0000
commit538e94d50596fcf9e500e3307f2a788864a6a747 (patch)
tree02dae8e879f87ee4aa9b60b8c12fe0439f2b6ac5 /libavfilter/Makefile
parent217296130c3d2a74f1fc0612a49e2b0af8b75177 (diff)
Fix compilation
Commited in SoC by Vitor Sessak on 2008-02-12 20:51:02 Originally committed as revision 11956 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index c96e6d07d6..efb766785e 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -17,6 +17,7 @@ OBJS-$(CONFIG_VF_CROP) += vf_crop.o
OBJS-$(CONFIG_VF_FPS) += vf_fps.o
OBJS-$(CONFIG_VF_HFLIP) += vf_hflip.o
OBJS-$(CONFIG_VF_NEGATE) += vf_negate.o
+OBJS-$(CONFIG_VF_FIFO) += vf_fifo.o
OBJS-$(CONFIG_VF_FORMAT) += vf_format.o
OBJS-$(CONFIG_VF_OVERLAY) += vf_overlay.o
OBJS-$(CONFIG_VF_ROTATE) += vf_rotate.o