head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.4 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1.2.1 OPENPKG_2_5_SOLID:1.1.0.2; locks; strict; comment @# @; 1.2 date 2008.03.07.18.50.38; author rse; state dead; branches; next 1.1; commitid tXiWQ9FVaFeT0eUs; 1.1 date 2005.10.15.07.14.49; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2005.10.15.07.15.29; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: lame 3.97b3 -> 3.98b6 @ text @Index: frontend/brhist.c --- frontend/brhist.c.orig 2005-02-25 01:21:54.000000000 +0000 +++ frontend/brhist.c 2005-10-15 07:10:02.360103324 +0000 @@@@ -422,7 +422,7 @@@@ void brhist_disp(const lame_global_flags * gf) { - int i, lines = 0; + int i, xlines = 0; int br_hist[BRHIST_WIDTH]; /* how often a frame size was used */ int br_sm_hist[BRHIST_WIDTH][4]; /* how often a special frame size/stereo mode commbination was used */ int st_mode[4]; @@@@ -449,13 +449,13 @@@@ if (most_often < br_hist[i]) most_often = br_hist[i]; if (br_hist[i]) - ++lines; + ++xlines; } for (i = 0; i < BRHIST_WIDTH; i++) { int show = br_hist[i]; #ifdef RH_HIST - show = show && (lines > 1); + show = show && (xlines > 1); #endif if (show || (i >= brhist.vbr_bitrate_min_index && i <= brhist.vbr_bitrate_max_index)) brhist_disp_line(gf, i, br_hist[i], br_sm_hist[i][LR], most_often, frames); @ 1.1 log @fix building under Solaris @ text @@ 1.1.2.1 log @MFC: fix building under Solaris @ text @@