Browse Source

build fixes

tags/R300_DRIVER_0
Alan Hourihane 22 years ago
parent
commit
15af25aca0

+ 1
- 1
src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c View File

#include "r200_vtxfmt.h" #include "r200_vtxfmt.h"


#if defined(USE_SSE_ASM) #if defined(USE_SSE_ASM)
#include "X86/common_x86_asm.h"
#include "x86/common_x86_asm.h"


#define EXTERN( FUNC ) \ #define EXTERN( FUNC ) \
extern const char *FUNC; \ extern const char *FUNC; \

+ 1
- 1
src/mesa/drivers/dri/tdfx/tdfx_dd.c View File

#include "enums.h" #include "enums.h"
#include "swrast/swrast.h" #include "swrast/swrast.h"
#if defined(USE_X86_ASM) #if defined(USE_X86_ASM)
#include "X86/common_x86_asm.h"
#include "x86/common_x86_asm.h"
#endif #endif





Loading…
Cancel
Save