2012-11-08 17:09:30 -08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2011 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
|
|
|
|
* tree. An additional intellectual property rights grant can be found
|
|
|
|
* in the file PATENTS. All contributing project authors may
|
|
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
|
|
*/
|
2015-04-15 09:27:00 -04:00
|
|
|
#include "./vpx_config.h"
|
2012-11-08 17:09:30 -08:00
|
|
|
#define RTCD_C
|
2015-04-15 09:27:00 -04:00
|
|
|
#include "./vpx_scale_rtcd.h"
|
2012-11-08 17:09:30 -08:00
|
|
|
#include "vpx_ports/vpx_once.h"
|
|
|
|
|
2016-07-25 14:32:36 -07:00
|
|
|
void vpx_scale_rtcd() { once(setup_rtcd_internal); }
|