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.

17 lines
778B

  1. NAME = swscale
  2. HEADERS = swscale.h \
  3. version.h \
  4. OBJS = input.o \
  5. options.o \
  6. output.o \
  7. rgb2rgb.o \
  8. swscale.o \
  9. swscale_unscaled.o \
  10. utils.o \
  11. yuv2rgb.o \
  12. TESTPROGS = colorspace \
  13. swscale \