shithub: libvpx

Download patch

ref: ac0961b73904a48f8caaea1aee9f6e8fcb2b4953
parent: 92e8a3f514a4b80fa340ba9c1ccb2af992334e24
author: Paul Wilkins <paulwilkins@google.com>
date: Fri Apr 19 06:25:36 EDT 2013

Remove dummy place holder function.

void __attribute__((noinline)) hi(void) { }
Causes build failure in VS2008

Change-Id: Ie2f2a09d90bd5502c492e4d9f4983532a0edbc01

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -2342,8 +2342,6 @@
   }
 }
 
-void __attribute__((noinline)) hi(void) { }
-
 static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t,
                               int output_enabled, int mb_row, int mb_col,
                               BLOCK_SIZE_TYPE bsize) {