diff --git a/libs/video/renderer/sw/fpu.c b/libs/video/renderer/sw/fpu.c index 3746b9951..f9c3030bf 100644 --- a/libs/video/renderer/sw/fpu.c +++ b/libs/video/renderer/sw/fpu.c @@ -35,6 +35,8 @@ static __attribute__ ((unused)) const char rcsid[] = "$Id$"; #ifndef USE_INTEL_ASM +#include "r_local.h" + void R_HighFPPrecision (void) { diff --git a/libs/video/renderer/sw/nonintel.c b/libs/video/renderer/sw/nonintel.c index 54dced9cf..c459f7ddf 100644 --- a/libs/video/renderer/sw/nonintel.c +++ b/libs/video/renderer/sw/nonintel.c @@ -36,21 +36,19 @@ static __attribute__ ((unused)) const char rcsid[] = #endif #ifndef USE_INTEL_ASM +#include "r_local.h" int r_bmodelactive; - void R_SurfPatch (void) { // we only patch code on Intel } - void R_SurfacePatch (void) { // we only patch code on Intel } - #endif // !USE_INTEL_ASM