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.

24 lines
722B

  1. NAME = swresample
  2. DESC = FFmpeg audio resampling library
  3. FFLIBS = avutil
  4. HEADERS = swresample.h \
  5. version.h \
  6. OBJS = audioconvert.o \
  7. dither.o \
  8. options.o \
  9. rematrix.o \
  10. resample.o \
  11. resample_dsp.o \
  12. swresample.o \
  13. swresample_frame.o \
  14. OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
  15. OBJS-$(CONFIG_SHARED) += log2_tab.o
  16. # Windows resource file
  17. SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
  18. TESTPROGS = swresample