]> git.sesse.net Git - ffmpeg/blob - libavresample/Makefile
90f025a9f905b94d30d5f45b3aa22924cc1c33b4
[ffmpeg] / libavresample / Makefile
1 NAME = avresample
2 DESC = Libav audio resampling library
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        dither.o                                                         \
12        options.o                                                        \
13        resample.o                                                       \
14        utils.o                                                          \
15
16 # Windows resource file
17 SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o
18
19 TESTPROGS = avresample