shithub: libvpx

Download patch

ref: 534ac8a6178878a6dd69b046f538c1a71db8aa74
parent: 4622af69e61577e8d726d8b252fcfeaefdf65696
author: Jingning Han <jingning@google.com>
date: Thu Aug 13 04:38:50 EDT 2015

Remove common_data.c file from vp10 folder

This file is empty in vp10. Remove it to clear out visual studio
warning.

Change-Id: I741e88adcf3c9fc6b73b13ea08a2094e2f3a7eba

--- a/vp10/common/common_data.c
+++ /dev/null
@@ -1,13 +1,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 "vp10/common/common_data.h"
-
-
--- a/vp10/vp10_common.mk
+++ b/vp10/vp10_common.mk
@@ -56,7 +56,6 @@
 VP10_COMMON_SRCS-yes += common/reconinter.c
 VP10_COMMON_SRCS-yes += common/reconintra.c
 VP10_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/textblit.c
-VP10_COMMON_SRCS-yes += common/common_data.c
 VP10_COMMON_SRCS-yes += common/common_data.h
 VP10_COMMON_SRCS-yes += common/scan.c
 VP10_COMMON_SRCS-yes += common/scan.h