summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-04 15:38:56 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-14 21:36:10 +0200
commitfad729fa505c0450482028c4a55c29fdc503dad7 (patch)
tree3bf0c06eaee3ad957ba1b462a40236f5b56cc9e8 /libavfilter/Makefile
parentfd127ede62306b273de925489c78d48474438b31 (diff)
downloadffmpeg-streaming-fad729fa505c0450482028c4a55c29fdc503dad7.zip
ffmpeg-streaming-fad729fa505c0450482028c4a55c29fdc503dad7.tar.gz
lavfi: rename vsrc_buffer.c to buffersrc.c
Most of the code will be shared for both audio and video version.
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 9cbb908..6a6bfd6 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -15,12 +15,12 @@ OBJS = allfilters.o \
avfilter.o \
avfiltergraph.o \
buffersink.o \
+ buffersrc.o \
defaults.o \
drawutils.o \
formats.o \
graphparser.o \
vf_scale.o \
- vsrc_buffer.o \
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o
OpenPOWER on IntegriCloud