diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-18 21:29:37 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-18 21:29:37 +0000 |
commit | 43945b2766befcb4b2a5eb9b57fd9c25d9f4c849 (patch) | |
tree | 13ca8c4af24edf3a5db22b7438dbbabf21e33803 /libavfilter/Makefile | |
parent | ff0652e5036fd30cf518891d2158acbafea191fc (diff) | |
download | ffmpeg-43945b2766befcb4b2a5eb9b57fd9c25d9f4c849.tar.gz |
Add transpose filter.
Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index a00c1a2220..38d2762f58 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -38,6 +38,7 @@ OBJS-$(CONFIG_PIXELASPECT_FILTER) += vf_aspect.o OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o OBJS-$(CONFIG_SETTB_FILTER) += vf_settb.o OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o +OBJS-$(CONFIG_TRANSPOSE_FILTER) += vf_transpose.o OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o OBJS-$(CONFIG_YADIF_FILTER) += vf_yadif.o |