2010-05-18 17:58:33 +02:00
|
|
|
SCALE_SRCS-yes += vpx_scale.mk
|
|
|
|
SCALE_SRCS-yes += yv12config.h
|
2014-12-06 01:02:42 +01:00
|
|
|
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += vpx_scale.h
|
|
|
|
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/vpx_scale.c
|
2010-05-18 17:58:33 +02:00
|
|
|
SCALE_SRCS-yes += generic/yv12config.c
|
|
|
|
SCALE_SRCS-yes += generic/yv12extend.c
|
|
|
|
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c
|
2012-12-01 00:48:52 +01:00
|
|
|
SCALE_SRCS-yes += vpx_scale_rtcd.c
|
2014-02-24 01:33:14 +01:00
|
|
|
SCALE_SRCS-yes += vpx_scale_rtcd.pl
|
2010-05-18 17:58:33 +02:00
|
|
|
|
2013-09-29 19:27:11 +02:00
|
|
|
#mips(dspr2)
|
|
|
|
SCALE_SRCS-$(HAVE_DSPR2) += mips/dspr2/yv12extend_dspr2.c
|
|
|
|
|
2010-05-18 17:58:33 +02:00
|
|
|
SCALE_SRCS-no += $(SCALE_SRCS_REMOVE-yes)
|
2012-11-09 02:09:30 +01:00
|
|
|
|
2014-02-24 01:33:14 +01:00
|
|
|
$(eval $(call rtcd_h_template,vpx_scale_rtcd,vpx_scale/vpx_scale_rtcd.pl))
|