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.

13 lines
210B

  1. include $(SUBDIR)../config.mak
  2. NAME = swresample
  3. FFLIBS = avutil
  4. HEADERS = swresample.h
  5. OBJS = swresample.o audioconvert.o resample2.o rematrix.o
  6. TESTPROGS = swresample_test
  7. include $(SRC_PATH)/subdir.mak