From c38ae71f54f93c662c7f5ae950cc754d5d9edbf4 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 22 Oct 2009 22:00:33 +0000 Subject: Add video vertical flip filter. Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/Makefile') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index c5bf2bbb9c..f411d31528 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -13,5 +13,6 @@ OBJS = allfilters.o \ OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o OBJS-$(CONFIG_NULL_FILTER) += vf_null.o +OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o include $(SUBDIR)../subdir.mak -- cgit v1.2.3