Fixed minor bug for realtime-only building

This commit is contained in:
Yunqing Wang 2010-05-24 11:30:04 -04:00
parent 6cd4a10e16
commit ad6a9d4e50

View File

@ -1137,7 +1137,6 @@ int vp8_diamond_search_sadx4
}
#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 @@ int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int er
else
return INT_MAX;
}
#endif
#ifdef ENTROPY_STATS
void print_mode_context(void)