浏览代码

build fixes

tags/R300_DRIVER_0
Alan Hourihane 22 年前
父节点
当前提交
15af25aca0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c
  2. 1
    1
      src/mesa/drivers/dri/tdfx/tdfx_dd.c

+ 1
- 1
src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c 查看文件

@@ -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 查看文件

@@ -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



正在加载...
取消
保存