shithub: libvpx

Download patch

ref: ad6a9d4e508436b8c5160f950dfd913ef0e6c214
parent: 6cd4a10e167203d1deb79abf60ee72599e97891b
author: Yunqing Wang <yunqingwang@google.com>
date: Mon May 24 07:30:04 EDT 2010

Fixed minor bug for realtime-only building

--- a/vp8/encoder/mcomp.c
+++ b/vp8/encoder/mcomp.c
@@ -1137,7 +1137,6 @@
 }
 
 
-#if !(CONFIG_REALTIME_ONLY)
 int vp8_full_search_sad(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int distance, vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2], int *mvsadcost[2])
 {
     unsigned char *what = (*(b->base_src) + b->src);
@@ -1350,7 +1349,6 @@
     else
         return INT_MAX;
 }
-#endif
 
 #ifdef ENTROPY_STATS
 void print_mode_context(void)