Ver código fonte

build fixes

tags/R300_DRIVER_0
Alan Hourihane 22 anos atrás
pai
commit
15af25aca0

+ 1
- 1
src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c Ver arquivo

@@ -39,7 +39,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "r200_vtxfmt.h"

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

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

+ 1
- 1
src/mesa/drivers/dri/tdfx/tdfx_dd.c Ver arquivo

@@ -45,7 +45,7 @@
#include "enums.h"
#include "swrast/swrast.h"
#if defined(USE_X86_ASM)
#include "X86/common_x86_asm.h"
#include "x86/common_x86_asm.h"
#endif



Carregando…
Cancelar
Salvar