diff options
author | Dave Airlie <airliedfreedesktop.org> | 2005-01-13 22:38:21 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2005-01-13 22:38:21 +0000 |
commit | f11d6d4cb4792f4fb358da3c97a66bcf2fd49cea (patch) | |
tree | 1997cedacdd103304f862423e825dc1a9f42117a /configs | |
parent | 288114b9db2d6c20e1be06db7664f765dce10159 (diff) |
add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-solo | 2 | ||||
-rw-r--r-- | configs/linux-solo-x86 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index 2f33d750a0..d2d602d5ea 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -8,7 +8,7 @@ CONFIG_NAME = linux-solo CC = gcc CXX = g++ -DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE +DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_EXTERNAL_DXTN_LIB=1 CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math diff --git a/configs/linux-solo-x86 b/configs/linux-solo-x86 index 06de21cb42..8bdd5f89a6 100644 --- a/configs/linux-solo-x86 +++ b/configs/linux-solo-x86 @@ -8,7 +8,7 @@ CONFIG_NAME = linux-solo-x86 CC = gcc CXX = g++ -DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS +DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 CFLAGS = $(DEFINES) -Wmissing-prototypes -O3 -g -std=c99 -Wundef -fPIC -ffast-math |