diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-17 10:14:52 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-17 10:14:52 +0000 |
commit | 23ccf3c7a7621175156b4f8f89d321f081adbe59 (patch) | |
tree | 8e0ee53e397b35c42073e623b9eab549c848f019 /libavfilter/Makefile | |
parent | bbfb2c8077d0b865135c50d3f4aa40a42aefb9ac (diff) | |
download | ffmpeg-23ccf3c7a7621175156b4f8f89d321f081adbe59.tar.gz |
Add color source.
Originally committed as revision 24282 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 e1f5f5c8f4..c2c1a2124d 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -28,6 +28,7 @@ OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o OBJS-$(CONFIG_BUFFER_FILTER) += vsrc_buffer.o +OBJS-$(CONFIG_COLOR_FILTER) += vf_pad.o OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o |