Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. include $(SUBDIR)../config.mak
  2.  
  3. NAME = swresample
  4. FFLIBS = avutil
  5.  
  6. HEADERS = swresample.h                       \
  7.           version.h                          \
  8.  
  9. OBJS = audioconvert.o                        \
  10.        dither.o                              \
  11.        rematrix.o                            \
  12.        resample.o                            \
  13.        swresample.o                          \
  14.  
  15. OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
  16. OBJS-$(CONFIG_SHARED)  += log2_tab.o
  17.  
  18. TESTPROGS = swresample
  19.