# HG changeset patch # User diego # Date 1242408161 0 # Node ID 531474d554924441ebab96631e8f19021ff6f474 # Parent 2d4718adf588ed490dc2abce10ffd99d3393870b Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after each other so that the second check was pointless. diff -r 2d4718adf588 -r 531474d55492 libamr.c --- a/libamr.c Fri May 15 17:15:12 2009 +0000 +++ b/libamr.c Fri May 15 17:22:41 2009 +0000 @@ -255,10 +255,6 @@ return written; } -#endif - -#if CONFIG_LIBAMR_NB - AVCodec libamr_nb_decoder = { "libamr_nb",