Makefile 350 B

1234567891011121314
  1. include $(SUBDIR)../config.mak
  2. NAME = swresample
  3. FFLIBS = avutil
  4. HEADERS = swresample.h
  5. OBJS = audioconvert.o \
  6. dither.o \
  7. rematrix.o \
  8. resample.o \
  9. swresample.o \
  10. TESTPROGS = swresample