This reverts commit d3280f91a13da6c106f95c289c095714c638d201.
@@ -307,8 +307,6 @@ if selected_platform in platform_list:
if (env['colored']=='yes'):
methods.colored(sys,env)
- if (env['etc1']=='yes'):
- env.Append(CPPFLAGS=['-DETC1_ENABLED'])
Export('env')
@@ -6,8 +6,7 @@ etc_sources = [
"etc1/rg_etc1.cpp"
]
-if (env["etc1"] != "no"):
- env.drivers_sources+=etc_sources
+env.drivers_sources+=etc_sources
#env.add_source_files(env.drivers_sources, etc_sources)
@@ -222,10 +222,7 @@ void register_driver_types() {
#endif
-#ifdef ETC1_ENABLED
_register_etc1_compress_func();
-#endif
-
initialize_chibi();
}