| Index: source/libvpx/vpx_dsp/vpx_dsp_rtcd.c
|
| diff --git a/source/libvpx/vpx_scale/vpx_scale_rtcd.c b/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c
|
| similarity index 69%
|
| copy from source/libvpx/vpx_scale/vpx_scale_rtcd.c
|
| copy to source/libvpx/vpx_dsp/vpx_dsp_rtcd.c
|
| index 656a22f52405191f03d868185f1edca1f49e5e57..5fe27b614bdcd7be4df2ea700f16190d1258ab27 100644
|
| --- a/source/libvpx/vpx_scale/vpx_scale_rtcd.c
|
| +++ b/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (c) 2011 The WebM project authors. All Rights Reserved.
|
| + * Copyright (c) 2015 The WebM project authors. All Rights Reserved.
|
| *
|
| * Use of this source code is governed by a BSD-style license
|
| * that can be found in the LICENSE file in the root of the source
|
| @@ -7,12 +7,11 @@
|
| * in the file PATENTS. All contributing project authors may
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
| -#include "vpx_config.h"
|
| +#include "./vpx_config.h"
|
| #define RTCD_C
|
| -#include "vpx_scale_rtcd.h"
|
| +#include "./vpx_dsp_rtcd.h"
|
| #include "vpx_ports/vpx_once.h"
|
|
|
| -void vpx_scale_rtcd()
|
| -{
|
| - once(setup_rtcd_internal);
|
| +void vpx_dsp_rtcd() {
|
| + once(setup_rtcd_internal);
|
| }
|
|
|