# HG changeset patch # User aurel # Date 1191433827 0 # Node ID c5ef5e6da9c5b2d34f19d838f31f5e8b935960d2 # Parent b5201af1a8b9cc0bb05f8d27ec7c1989c318296e merge some #ifdef CONFIG_ENCODERS sections diff -r b5201af1a8b9 -r c5ef5e6da9c5 h263.c --- a/h263.c Wed Oct 03 17:47:41 2007 +0000 +++ b/h263.c Wed Oct 03 17:50:27 2007 +0000 @@ -1852,9 +1852,6 @@ umv_fcode_tab[mv]= 1; } } -#endif - -#ifdef CONFIG_ENCODERS static void init_uni_dc_tab(void) { @@ -1908,9 +1905,6 @@ } } -#endif //CONFIG_ENCODERS - -#ifdef CONFIG_ENCODERS static void init_uni_mpeg4_rl_tab(RLTable *rl, uint32_t *bits_tab, uint8_t *len_tab){ int slevel, run, last; @@ -2259,9 +2253,6 @@ } } } -#endif - -#ifdef CONFIG_ENCODERS /***************************************************/ /**