Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
2c594a52
Commit
2c594a52
authored
Feb 26, 2014
by
Dmitry Kovalev
Browse files
Removing vp9_systemdependent.c.
Change-Id: I7b9738a7113c0c4687e5d320581ff69d98a8b271
parent
62329176
Changes
4
Hide whitespace changes
Inline
Side-by-side
vp9/common/generic/vp9_systemdependent.c
deleted
100644 → 0
View file @
62329176
/*
* 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
();
}
vp9/common/vp9_alloccommon.c
View file @
2c594a52
...
...
@@ -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
)
{
...
...
vp9/common/vp9_systemdependent.h
View file @
2c594a52
...
...
@@ -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
...
...
vp9/vp9_common.mk
View file @
2c594a52
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment