diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 14:59:12 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 14:59:12 +0000 |
commit | a1e171dfee17a9dcc7c5907b16d5c1a2748bfe73 (patch) | |
tree | b3606befcc85e3bbd5e0f8cf4032b343cae928a2 /libavfilter/Makefile | |
parent | 3123823cb2376affe6179efe36c52d6017e998d3 (diff) | |
download | ffmpeg-a1e171dfee17a9dcc7c5907b16d5c1a2748bfe73.tar.gz |
Add hflip filter.
Originally committed as revision 24806 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 feef16c2e3..72c510a4fd 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -17,6 +17,7 @@ OBJS = allfilters.o \ OBJS-$(CONFIG_ASPECT_FILTER) += vf_aspect.o OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o +OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.o OBJS-$(CONFIG_NOFORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_NULL_FILTER) += vf_null.o OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o |