aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-03-08 16:18:03 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-03-10 00:10:37 +0100
commitfa35d880aab1d3ef2b828cae640e43d370e8f0c2 (patch)
tree47c8f4701bfc514477b3fbdab3e9bbbcc6cdf0a6 /libavfilter/Makefile
parent1a3d4b88a4c5cf74b4f1ab4b812e460b4ae0679b (diff)
downloadffmpeg-fa35d880aab1d3ef2b828cae640e43d370e8f0c2.tar.gz
lavfi: port MP swapuv filter
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 df3a27f2b9..3bdb189a5c 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -87,6 +87,7 @@ OBJS-$(CONFIG_SETTB_FILTER) += vf_settb.o
OBJS-$(CONFIG_SHOWINFO_FILTER) += vf_showinfo.o
OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o
OBJS-$(CONFIG_SPLIT_FILTER) += vf_split.o
+OBJS-$(CONFIG_SWAPUV_FILTER) += vf_swapuv.o
OBJS-$(CONFIG_THUMBNAIL_FILTER) += vf_thumbnail.o
OBJS-$(CONFIG_TINTERLACE_FILTER) += vf_tinterlace.o
OBJS-$(CONFIG_TRANSPOSE_FILTER) += vf_transpose.o