Rename vpx_scale/rtcd.c to vpx_scale/vpx_scale_rtcd.c
authorFrank Galligan <fgalligan@google.com>
Fri, 30 Nov 2012 23:48:52 +0000 (15:48 -0800)
committerFrank Galligan <fgalligan@google.com>
Fri, 30 Nov 2012 23:53:17 +0000 (15:53 -0800)
Change-Id: I4765ca3dab880a3673c15fb56b2d912ec2ea194e

vpx_scale/vpx_scale.mk
vpx_scale/vpx_scale_rtcd.c [moved from vpx_scale/rtcd.c with 100% similarity]

index 6c93f9f..cff1678 100644 (file)
@@ -6,7 +6,7 @@ SCALE_SRCS-yes += generic/vpxscale.c
 SCALE_SRCS-yes += generic/yv12config.c
 SCALE_SRCS-yes += generic/yv12extend.c
 SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c
-SCALE_SRCS-yes += rtcd.c
+SCALE_SRCS-yes += vpx_scale_rtcd.c
 
 #neon
 SCALE_SRCS-$(HAVE_NEON)  += arm/neon/vp8_vpxyv12_copyframe_func_neon$(ASM)
similarity index 100%
rename from vpx_scale/rtcd.c
rename to vpx_scale/vpx_scale_rtcd.c