Index: code/client/cl_scrn.c =================================================================== --- code/client/cl_scrn.c (revision 1424) +++ code/client/cl_scrn.c (working copy) @@ -343,6 +343,7 @@ } +#ifdef USE_VOIP /* ================= SCR_DrawVoipMeter @@ -381,6 +382,7 @@ sprintf( string, "VoIP: [%s]", buffer ); SCR_DrawStringExt( 320 - strlen( string ) * 4, 10, 8, string, g_color_table[7], qtrue, qfalse ); } +#endif Index: Makefile =================================================================== --- Makefile (revision 1424) +++ Makefile (working copy) @@ -806,6 +806,8 @@ else CLIENT_LDFLAGS += -lspeex endif +else + USE_INTERNAL_SPEEX = 0 endif ifdef DEFAULT_BASEDIR