diff options
author | Julien Templier | 2011-01-20 04:54:43 +0000 |
---|---|---|
committer | Julien Templier | 2011-01-20 04:54:43 +0000 |
commit | 744eaf013416f36519205e09d04cf0aa8edae017 (patch) | |
tree | a879113a3a56e971e71e11e6530fd7706b4b90af /tools/create_project | |
parent | 8c80f80697049259bbaba4ca4137dca46f29c670 (diff) | |
download | scummvm-rg350-744eaf013416f36519205e09d04cf0aa8edae017.tar.gz scummvm-rg350-744eaf013416f36519205e09d04cf0aa8edae017.tar.bz2 scummvm-rg350-744eaf013416f36519205e09d04cf0aa8edae017.zip |
TOOLS: Add Indeo3 codec to the list of features in create_project
svn-id: r55342
Diffstat (limited to 'tools/create_project')
-rw-r--r-- | tools/create_project/create_project.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create_project/create_project.cpp b/tools/create_project/create_project.cpp index 4c9ed0e6c6..6206e1c05e 100644 --- a/tools/create_project/create_project.cpp +++ b/tools/create_project/create_project.cpp @@ -691,6 +691,7 @@ const Feature s_features[] = { { "mt32emu", "USE_MT32EMU", "", true, "integrated MT-32 emulator" }, { "nasm", "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling. { "opengl", "USE_OPENGL", "opengl32", true, "OpenGL support" }, + { "indeo3", "USE_INDEO3", "", true, "Indeo3 codec support"}, { "translation", "USE_TRANSLATION", "", true, "Translation support" }, { "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there // is just no current way of properly detecting this... |