Commit | Line | Data |
---|---|---|
2ba45a60 DM |
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 |