]> granicus.if.org Git - libvpx/commitdiff
Removing vp9_systemdependent.c.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 27 Feb 2014 02:07:23 +0000 (18:07 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Thu, 27 Feb 2014 02:07:23 +0000 (18:07 -0800)
Change-Id: I7b9738a7113c0c4687e5d320581ff69d98a8b271

vp9/common/generic/vp9_systemdependent.c [deleted file]
vp9/common/vp9_alloccommon.c
vp9/common/vp9_systemdependent.h
vp9/vp9_common.mk

diff --git a/vp9/common/generic/vp9_systemdependent.c b/vp9/common/generic/vp9_systemdependent.c
deleted file mode 100644 (file)
index 536febb..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- *  Copyright (c) 2010 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.
- */
-
-
-#include "./vpx_config.h"
-#include "./vp9_rtcd.h"
-#include "vp9/common/vp9_onyxc_int.h"
-
-void vp9_machine_specific_config(VP9_COMMON *cm) {
-  (void)cm;
-  vp9_rtcd();
-}
index 6f771992bd104ac710b596cd70c3e90d0331f71b..ff4b7c1f98bd3dc0c1779fef0ba1571cd41b76a1 100644 (file)
@@ -201,7 +201,7 @@ int vp9_alloc_frame_buffers(VP9_COMMON *cm, int width, int height) {
 }
 
 void vp9_create_common(VP9_COMMON *cm) {
-  vp9_machine_specific_config(cm);
+  vp9_rtcd();
 }
 
 void vp9_remove_common(VP9_COMMON *cm) {
index 7455abce3dec36bdf1d0f62ab34b58f7ff609229..72edbca555b0359189d619dd32d9df331d47512e 100644 (file)
@@ -76,9 +76,6 @@ static INLINE int get_msb(unsigned int n) {
 }
 #endif
 
-struct VP9Common;
-void vp9_machine_specific_config(struct VP9Common *cm);
-
 #ifdef __cplusplus
 }  // extern "C"
 #endif
index a448b3c522e12575a7dc16d621b7be12cead9c41..9fb611504f1d8a8c899f18efc30e5e399af150df 100644 (file)
@@ -25,7 +25,6 @@ VP9_COMMON_SRCS-yes += common/vp9_filter.c
 VP9_COMMON_SRCS-yes += common/vp9_filter.h
 VP9_COMMON_SRCS-yes += common/vp9_frame_buffers.c
 VP9_COMMON_SRCS-yes += common/vp9_frame_buffers.h
-VP9_COMMON_SRCS-yes += common/generic/vp9_systemdependent.c
 VP9_COMMON_SRCS-yes += common/vp9_idct.c
 VP9_COMMON_SRCS-yes += common/vp9_alloccommon.h
 VP9_COMMON_SRCS-yes += common/vp9_blockd.h