]> git.sesse.net Git - ffmpeg/blob - libavresample/Makefile
avresample: use valid log context in mixing functions
[ffmpeg] / libavresample / Makefile
1 NAME = avresample
2 FFLIBS = avutil
3
4 HEADERS = avresample.h                                                  \
5           version.h                                                     \
6
7 OBJS = audio_convert.o                                                  \
8        audio_data.o                                                     \
9        audio_mix.o                                                      \
10        audio_mix_matrix.o                                               \
11        options.o                                                        \
12        resample.o                                                       \
13        utils.o                                                          \
14
15 TESTPROGS = avresample