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

Makefile « libavresample - github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce3fe819532b8fd3bd45c63eab634da6fc10eb6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NAME = avresample
FFLIBS = avutil

HEADERS = avresample.h                                                  \
          version.h

OBJS = audio_convert.o                                                  \
       audio_data.o                                                     \
       audio_mix.o                                                      \
       audio_mix_matrix.o                                               \
       options.o                                                        \
       resample.o                                                       \
       utils.o

TESTPROGS = avresample