Browse Source

lavfi: rename vf_split.c to split.c

This is in preparation for adding an audio split filter.
tags/n0.11
Justin Ruggles 13 years ago
parent
commit
cc30080b3f
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/Makefile
  2. +0
    -0
      libavfilter/split.c

+ 1
- 1
libavfilter/Makefile View File

@@ -68,7 +68,7 @@ OBJS-$(CONFIG_SETSAR_FILTER) += vf_aspect.o
OBJS-$(CONFIG_SETTB_FILTER) += vf_settb.o
OBJS-$(CONFIG_SHOWINFO_FILTER) += vf_showinfo.o
OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o
OBJS-$(CONFIG_SPLIT_FILTER) += vf_split.o
OBJS-$(CONFIG_SPLIT_FILTER) += split.o
OBJS-$(CONFIG_TRANSPOSE_FILTER) += vf_transpose.o
OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o


libavfilter/vf_split.c → libavfilter/split.c View File


Loading…
Cancel
Save