Makefile 209 B

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