John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 1 | SCALE_SRCS-yes += vpx_scale.mk |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 2 | SCALE_SRCS-yes += yv12config.h |
James Zern | 0e8cc9a | 2014-12-05 16:02:42 -0800 | [diff] [blame] | 3 | SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += vpx_scale.h |
| 4 | SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/vpx_scale.c |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 5 | SCALE_SRCS-yes += generic/yv12config.c |
| 6 | SCALE_SRCS-yes += generic/yv12extend.c |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 7 | SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c |
Frank Galligan | 5f9e0ca | 2012-11-30 15:48:52 -0800 | [diff] [blame] | 8 | SCALE_SRCS-yes += vpx_scale_rtcd.c |
James Zern | 805078a | 2014-02-23 16:33:14 -0800 | [diff] [blame] | 9 | SCALE_SRCS-yes += vpx_scale_rtcd.pl |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 10 | |
Jim Bankoski | b6c5dbe | 2013-09-29 10:27:11 -0700 | [diff] [blame] | 11 | #mips(dspr2) |
| 12 | SCALE_SRCS-$(HAVE_DSPR2) += mips/dspr2/yv12extend_dspr2.c |
| 13 | |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 14 | SCALE_SRCS-no += $(SCALE_SRCS_REMOVE-yes) |
John Koleszar | a9c7597 | 2012-11-08 17:09:30 -0800 | [diff] [blame] | 15 | |
James Zern | 805078a | 2014-02-23 16:33:14 -0800 | [diff] [blame] | 16 | $(eval $(call rtcd_h_template,vpx_scale_rtcd,vpx_scale/vpx_scale_rtcd.pl)) |