Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « libswresample - github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6393598ab7c26fe598557b482c5014b1810a287c (plain)
1
2
3
4
5
6
7
8
9
10
include $(SUBDIR)../config.mak

NAME = swresample
FFLIBS = avutil

HEADERS = swresample.h

OBJS = swresample.o audioconvert.o resample.o rematrix.o

TESTPROGS = swresample_test