You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
895B

  1. NAME = avresample
  2. DESC = Libav audio resampling library
  3. HEADERS = avresample.h \
  4. version.h \
  5. OBJS = audio_convert.o \
  6. audio_data.o \
  7. audio_mix.o \
  8. audio_mix_matrix.o \
  9. dither.o \
  10. options.o \
  11. resample.o \
  12. utils.o \
  13. # Windows resource file
  14. SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o
  15. TESTPROGS = avresample