Makefile 181 B

12345678910
  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 dither.o
  6. TESTPROGS = swresample