COMMON: added USE_SMUSH to projects files

This commit is contained in:
Pawel Kolodziejski 2012-02-24 12:57:19 +01:00
parent 272b33c0c5
commit 955ca0eb0f

View File

@ -848,6 +848,7 @@ const Feature s_features[] = {
// Feature flags
{ "bink", "USE_BINK", "", true, "Bink video support" },
{ "smush", "USE_SMUSH", "", true, "Smush video support" },
{ "scalers", "USE_SCALERS", "", true, "Scalers" },
{ "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" },
{ "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },