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.

18 lines
581B

  1. include $(SUBDIR)../config.mak
  2. NAME = swscale
  3. FFLIBS = avutil
  4. HEADERS = swscale.h
  5. OBJS = input.o \
  6. options.o \
  7. output.o \
  8. rgb2rgb.o \
  9. swscale.o \
  10. swscale_unscaled.o \
  11. utils.o \
  12. yuv2rgb.o \
  13. TESTPROGS = colorspace swscale