mesa/main: Make FEATURE_texture_s3tc follow feature conventions.
[mesa.git] / src / mesa / main / context.c
index 1d540eb7329909a80bae608f000b813e16bd93b9..101d3c6b675dc02b65922209bc42f9ddb037ce92 100644 (file)
 #include "simple_list.h"
 #include "state.h"
 #include "stencil.h"
-#include "texcompress.h"
+#include "texcompress_s3tc.h"
 #include "teximage.h"
 #include "texobj.h"
 #include "texstate.h"
@@ -703,9 +703,7 @@ init_attrib_groups(GLcontext *ctx)
    if (!_mesa_init_texture( ctx ))
       return GL_FALSE;
 
-#if FEATURE_texture_s3tc
    _mesa_init_texture_s3tc( ctx );
-#endif
 
    /* Miscellaneous */
    ctx->NewState = _NEW_ALL;