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.

36 lines
1.4KB

  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. OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \
  14. bfin/swscale_bfin.o \
  15. bfin/yuv2rgb_bfin.o
  16. OBJS-$(HAVE_ALTIVEC) += ppc/swscale_altivec.o \
  17. ppc/yuv2rgb_altivec.o \
  18. ppc/yuv2yuv_altivec.o
  19. OBJS-$(HAVE_MMX) += x86/rgb2rgb.o \
  20. x86/swscale_mmx.o \
  21. x86/yuv2rgb_mmx.o
  22. OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o
  23. MMX-OBJS-$(HAVE_YASM) += x86/input.o \
  24. x86/output.o \
  25. x86/scale.o
  26. $(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
  27. OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
  28. TESTPROGS = colorspace swscale