mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +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
|