summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-02-20 23:42:24 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-02-21 13:45:44 +0100
commitfd0b42cce0fac3e755378053fc95b4008d0144d7 (patch)
tree0a5123fb116a4de7b678403ff308cd58366cf364 /libavfilter/Makefile
parentbcfd9e821b6083e9a98b8e5da4de0a4fbf22923b (diff)
lavfi: put color source in a dedicated file
Move the color source code from vf_pad.c to vsrc_color.c. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e55785550e..14914f13c3 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -52,7 +52,7 @@ OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
OBJS-$(CONFIG_YADIF_FILTER) += vf_yadif.o
OBJS-$(CONFIG_BUFFER_FILTER) += vsrc_buffer.o
-OBJS-$(CONFIG_COLOR_FILTER) += vf_pad.o
+OBJS-$(CONFIG_COLOR_FILTER) += vsrc_color.o
OBJS-$(CONFIG_FREI0R_SRC_FILTER) += vf_frei0r.o
OBJS-$(CONFIG_MOVIE_FILTER) += vsrc_movie.o
OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o