]> git.sesse.net Git - ffmpeg/blob - libavresample/Makefile
Merge commit '1ae7afd256f9af1eb4f63f9adcf03d581ce4e2b5'
[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