aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorFilippos Karapetis2011-07-19 10:50:12 +0300
committerFilippos Karapetis2011-07-19 10:50:12 +0300
commit2cdd83141ab2cf364de62973de4c014944836f73 (patch)
treee7233c4a835e92c323992aaf522d365b98880c96 /devtools
parent6334ec413ffa272e09d46e72d813214df74cb04c (diff)
downloadscummvm-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')
-rw-r--r--devtools/create_project/create_project.cpp1
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" },