libavresample/Makefile
c8af852b
 NAME = avresample
92db5083
 DESC = Libav audio resampling library
c8af852b
 
 HEADERS = avresample.h                                                  \
dbe6ba55
           version.h                                                     \
c8af852b
 
 OBJS = audio_convert.o                                                  \
        audio_data.o                                                     \
        audio_mix.o                                                      \
        audio_mix_matrix.o                                               \
b2fe6756
        dither.o                                                         \
c8af852b
        options.o                                                        \
        resample.o                                                       \
dbe6ba55
        utils.o                                                          \
c8af852b
 
56572787
 # Windows resource file
 SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o
 
c8af852b
 TESTPROGS = avresample