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
794B

  1. NAME = swscale
  2. FFLIBS = avutil
  3. HEADERS = swscale.h \
  4. version.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 \
  14. swscale \