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: 0a5c5d2f6d5a236243460eb6e390bb637cd51953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include $(SUBDIR)../config.mak

NAME = swresample
FFLIBS = avutil

HEADERS = swresample.h

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

TESTPROGS = swresample