Makefile 878 B

123456789101112131415161718192021222324252627
  1. NAME = swresample
  2. DESC = FFmpeg audio resampling library
  3. FFLIBS = avutil
  4. HEADERS = swresample.h \
  5. version.h \
  6. version_major.h \
  7. OBJS = audioconvert.o \
  8. dither.o \
  9. options.o \
  10. rematrix.o \
  11. resample.o \
  12. resample_dsp.o \
  13. swresample.o \
  14. swresample_frame.o \
  15. version.o \
  16. OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
  17. # Objects duplicated from other libraries for shared builds
  18. SHLIBOBJS += log2_tab.o
  19. # Windows resource file
  20. SHLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
  21. TESTPROGS = swresample