mirror of https://git.ffmpeg.org/ffmpeg.git
swr: rename resample2 to resample.
This commit is contained in:
parent
fc42550097
commit
7e516a11ca
|
@ -5,7 +5,7 @@ FFLIBS = avutil
|
||||||
|
|
||||||
HEADERS = swresample.h
|
HEADERS = swresample.h
|
||||||
|
|
||||||
OBJS = swresample.o audioconvert.o resample2.o rematrix.o
|
OBJS = swresample.o audioconvert.o resample.o rematrix.o
|
||||||
|
|
||||||
TESTPROGS = swresample_test
|
TESTPROGS = swresample_test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue