summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavfilter/src_buffer.c (renamed from libavfilter/vsrc_buffer.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e5da239..95bcc5d 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -22,8 +22,8 @@ OBJS = allfilters.o \
formats.o \
graphdump.o \
graphparser.o \
+ src_buffer.o \
transform.o \
- vsrc_buffer.o
OBJS-$(CONFIG_AVCODEC) += avcodec.o
OBJS-$(CONFIG_AVFORMAT) += lavfutils.o
diff --git a/libavfilter/vsrc_buffer.c b/libavfilter/src_buffer.c
index e306034..e306034 100644
--- a/libavfilter/vsrc_buffer.c
+++ b/libavfilter/src_buffer.c
OpenPOWER on IntegriCloud