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.

26 lines
602B

  1. include $(SUBDIR)../config.mak
  2. NAME = swscale
  3. FFLIBS = avutil
  4. OBJS = rgb2rgb.o swscale.o
  5. OBJS-$(CONFIG_GPL) += yuv2rgb.o
  6. OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
  7. OBJS-$(ARCH_BFIN) += swscale_bfin.o \
  8. yuv2rgb_bfin.o \
  9. ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
  10. HEADERS = swscale.h rgb2rgb.h
  11. CLEANFILES = cs_test swscale-example
  12. include $(SUBDIR)../subdir.mak
  13. $(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME)
  14. $(SUBDIR)swscale-example: $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME)
  15. $(SUBDIR)swscale-example: EXTRALIBS += -lm