]> git.sesse.net Git - ffmpeg/blob - libavresample/Makefile
Merge commit '9254344e11f9b016088ec6250724f74377f5d7a0'
[ffmpeg] / libavresample / Makefile
1 NAME = avresample
2
3 HEADERS = avresample.h                                                  \
4           version.h                                                     \
5
6 OBJS = audio_convert.o                                                  \
7        audio_data.o                                                     \
8        audio_mix.o                                                      \
9        audio_mix_matrix.o                                               \
10        dither.o                                                         \
11        options.o                                                        \
12        resample.o                                                       \
13        utils.o                                                          \
14
15 # Windows resource file
16 SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o
17
18 TESTPROGS = avresample