Browse Source

lavfi: rename vsrc_buffer.c into src_buffer.c.

tags/n0.11
Nicolas George 14 years ago
parent
commit
2ae5af8094
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/Makefile
  2. +0
    -0
      libavfilter/src_buffer.c

+ 1
- 1
libavfilter/Makefile View File

@@ -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


libavfilter/vsrc_buffer.c → libavfilter/src_buffer.c View File


Loading…
Cancel
Save