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

Makefile « libswresample - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d9f10c6c61f66a29a4e433aaa29af3828a2aee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include $(SUBDIR)../config.mak

NAME = swresample
FFLIBS = avutil

HEADERS = swresample.h                       \
          version.h                          \

OBJS = audioconvert.o                        \
       dither.o                              \
       log2_tab.o                            \
       rematrix.o                            \
       resample.o                            \
       swresample.o                          \

OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o

TESTPROGS = swresample