]> granicus.if.org Git - libvpx/commitdiff
Removing vp8/common/pragmas.h.
authorDmitry Kovalev <dkovalev@google.com>
Fri, 23 May 2014 20:03:15 +0000 (13:03 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Fri, 23 May 2014 20:03:15 +0000 (13:03 -0700)
Change-Id: I80630a7350e884ebc4fef73fb5b52ec25f908523

vp8/common/pragmas.h [deleted file]
vp8/common/x86/variance_mmx.c
vp8/common/x86/variance_sse2.c
vp8/common/x86/variance_ssse3.c
vp8/encoder/bitstream.c
vp8/encoder/rdopt.c
vp8/vp8_common.mk

diff --git a/vp8/common/pragmas.h b/vp8/common/pragmas.h
deleted file mode 100644 (file)
index 329cc82..0000000
+++ /dev/null
@@ -1,29 +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 VP8_COMMON_PRAGMAS_H_
-#define VP8_COMMON_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  // VP8_COMMON_PRAGMAS_H_
index 36995db9aa7b1d450338e22cba6fe55e8b107bc0..02e02420f464f5e523e717c47e13d50c731a3eb1 100644 (file)
@@ -10,7 +10,6 @@
 
 #include "vpx_config.h"
 #include "vp8/common/variance.h"
-#include "vp8/common/pragmas.h"
 #include "vpx_ports/mem.h"
 #include "vp8/common/x86/filter_x86.h"
 
index 7fa5f53dcbf605e835e4874249aa465d63547fd0..1fe127bf2c6aea384ad3382471cf2608a81d8fab 100644 (file)
@@ -10,7 +10,6 @@
 
 #include "vpx_config.h"
 #include "vp8/common/variance.h"
-#include "vp8/common/pragmas.h"
 #include "vpx_ports/mem.h"
 #include "vp8/common/x86/filter_x86.h"
 
index f90f8117c4dbdb0c1051af196c06d98b44ad94f9..73eb90df61f63ef60fab7a53db313a892192cf72 100644 (file)
@@ -10,7 +10,6 @@
 
 #include "vpx_config.h"
 #include "vp8/common/variance.h"
-#include "vp8/common/pragmas.h"
 #include "vpx_ports/mem.h"
 
 extern unsigned int vp8_get16x16var_sse2
index 78e54e2488b2acf11971f7576f1e8cd05edf6cf9..9d0e69cf44c64e29bc2b7fbe7358a6c86510d0d8 100644 (file)
@@ -18,7 +18,6 @@
 #include <assert.h>
 #include <stdio.h>
 #include <limits.h>
-#include "vp8/common/pragmas.h"
 #include "vpx/vpx_encoder.h"
 #include "vpx_mem/vpx_mem.h"
 #include "bitstream.h"
index 387701c5733ee943621a94c05c9e1ff3ea65ba0e..d9f39b507dffb949bb2f3f0e2b804efe956511a5 100644 (file)
@@ -15,7 +15,6 @@
 #include <assert.h>
 #include "vpx_config.h"
 #include "vp8_rtcd.h"
-#include "vp8/common/pragmas.h"
 #include "tokenize.h"
 #include "treewriter.h"
 #include "onyx_int.h"
index 9eb308985318e6fd165412fcd18a56f38e58c743..0b1ac9eeb3028da5ffd6c4c701458b8ba65d0410 100644 (file)
@@ -9,7 +9,6 @@
 ##
 
 VP8_COMMON_SRCS-yes += vp8_common.mk
-VP8_COMMON_SRCS-yes += common/pragmas.h
 VP8_COMMON_SRCS-yes += common/ppflags.h
 VP8_COMMON_SRCS-yes += common/onyx.h
 VP8_COMMON_SRCS-yes += common/onyxd.h