mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 18:55:08 +00:00
13 lines
209 B
Makefile
13 lines
209 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = swresample
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = swresample.h
|
|
|
|
OBJS = swresample.o audioconvert.o resample.o rematrix.o
|
|
|
|
TESTPROGS = swresample_test
|
|
|
|
include $(SRC_PATH)/subdir.mak
|