]> granicus.if.org Git - libvpx/commitdiff
Removing vp9_pragmas.h.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 22 May 2014 20:46:31 +0000 (13:46 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Thu, 22 May 2014 20:46:31 +0000 (13:46 -0700)
Change-Id: I9120a87e27e73e496932d11716937e2fad246521

vp9/common/vp9_pragmas.h [deleted file]
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/x86/vp9_variance_avx2.c
vp9/encoder/x86/vp9_variance_mmx.c
vp9/encoder/x86/vp9_variance_sse2.c
vp9/vp9_common.mk

diff --git a/vp9/common/vp9_pragmas.h b/vp9/common/vp9_pragmas.h
deleted file mode 100644 (file)
index 0efc713..0000000
+++ /dev/null
@@ -1,30 +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.
- */
-
-#ifndef VP9_COMMON_VP9_PRAGMAS_H_
-#define VP9_COMMON_VP9_PRAGMAS_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#ifdef __INTEL_COMPILER
-#pragma warning(disable:997 1011 170)
-#endif
-
-#ifdef _MSC_VER
-#pragma warning(disable:4799)
-#endif
-
-#ifdef __cplusplus
-}  // extern "C"
-#endif
-
-#endif  // VP9_COMMON_VP9_PRAGMAS_H_
index 8ef2b2eeda5e87c86638f7e63815c16b804a1146..76f5e7bbeda3882371a6c1458d62527265427520 100644 (file)
@@ -20,7 +20,6 @@
 #include "vp9/common/vp9_entropymode.h"
 #include "vp9/common/vp9_entropymv.h"
 #include "vp9/common/vp9_mvref_common.h"
-#include "vp9/common/vp9_pragmas.h"
 #include "vp9/common/vp9_pred_common.h"
 #include "vp9/common/vp9_seg_common.h"
 #include "vp9/common/vp9_systemdependent.h"
index 601e64d39db98f2baeaa49e98b94e924e2c03ec8..3a2b1be5d667a899eeb00a0077cb0c3a08a724eb 100644 (file)
@@ -22,7 +22,6 @@
 #include "vp9/common/vp9_entropymode.h"
 #include "vp9/common/vp9_idct.h"
 #include "vp9/common/vp9_mvref_common.h"
-#include "vp9/common/vp9_pragmas.h"
 #include "vp9/common/vp9_pred_common.h"
 #include "vp9/common/vp9_quant_common.h"
 #include "vp9/common/vp9_reconinter.h"
index 835c519576eb931dd61726ddf47bc89483c62b21..7f81f46b820768d0d30d02473093c3a5eae78378 100644 (file)
@@ -10,7 +10,6 @@
 #include "./vpx_config.h"
 
 #include "vp9/encoder/vp9_variance.h"
-#include "vp9/common/vp9_pragmas.h"
 #include "vpx_ports/mem.h"
 
 typedef void (*get_var_avx2) (
index c4d17fc0f74c7ac3beffba4cc630d30784f0f518..ae2f976afdecb532813de8b7b4466077e063cd4e 100644 (file)
@@ -10,7 +10,6 @@
 
 #include "./vpx_config.h"
 #include "vp9/encoder/vp9_variance.h"
-#include "vp9/common/vp9_pragmas.h"
 #include "vpx_ports/mem.h"
 
 extern unsigned int vp9_get8x8var_mmx
index 41f225922e49ec903e1b7d2b2f755b26f6754ce9..6a82038abe64484f0cba0f91d1b460140009d876 100644 (file)
@@ -11,7 +11,6 @@
 #include "./vpx_config.h"
 
 #include "vp9/encoder/vp9_variance.h"
-#include "vp9/common/vp9_pragmas.h"
 #include "vpx_ports/mem.h"
 
 extern unsigned int vp9_get4x4var_mmx
index 7bbfbdd331dcb86460ae2c9edeed752af0386e23..abc0919bbc9df3c33be98d02cc3a907663da4e96 100644 (file)
@@ -10,7 +10,6 @@
 
 VP9_COMMON_SRCS-yes += vp9_common.mk
 VP9_COMMON_SRCS-yes += vp9_iface_common.h
-VP9_COMMON_SRCS-yes += common/vp9_pragmas.h
 VP9_COMMON_SRCS-yes += common/vp9_ppflags.h
 VP9_COMMON_SRCS-yes += common/vp9_alloccommon.c
 VP9_COMMON_SRCS-yes += common/vp9_blockd.c