diff options
author | Filippos Karapetis | 2011-07-19 10:50:12 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-07-19 10:50:12 +0300 |
commit | 2cdd83141ab2cf364de62973de4c014944836f73 (patch) | |
tree | e7233c4a835e92c323992aaf522d365b98880c96 /devtools/create_project | |
parent | 6334ec413ffa272e09d46e72d813214df74cb04c (diff) | |
download | scummvm-rg350-2cdd83141ab2cf364de62973de4c014944836f73.tar.gz scummvm-rg350-2cdd83141ab2cf364de62973de4c014944836f73.tar.bz2 scummvm-rg350-2cdd83141ab2cf364de62973de4c014944836f73.zip |
CREATE_PROJECT: Enabled the new Bink video support feature
Diffstat (limited to 'devtools/create_project')
-rw-r--r-- | devtools/create_project/create_project.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 35d08561bf..0b190b3f0e 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -773,6 +773,7 @@ const Feature s_features[] = { { "theora", "USE_THEORADEC", "libtheora_static", true, "Theora decoding support" }, // Feature flags + { "bink", "USE_BINK", "", true, "Bink video support" }, { "scalers", "USE_SCALERS", "", true, "Scalers" }, { "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" }, { "16bit", "USE_RGB_COLOR", "", true, "16bit color support" }, |