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.

9 lines
325B

  1. OBJS += arm/swscale.o \
  2. arm/swscale_unscaled.o \
  3. NEON-OBJS += arm/rgb2yuv_neon_32.o
  4. NEON-OBJS += arm/rgb2yuv_neon_16.o
  5. NEON-OBJS += arm/hscale.o \
  6. arm/output.o \
  7. arm/yuv2rgb_neon.o \