[Scummvm-cvs-logs] scummvm master -> 747863e4f5a2ea7f5988f4ea38fe6dffa4e37854

bluegr bluegr at gmail.com
Sun Jul 7 15:50:06 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
747863e4f5 CREATE_PROJECT: Add the libfaad and libmpeg2 libraries


Commit: 747863e4f5a2ea7f5988f4ea38fe6dffa4e37854
    https://github.com/scummvm/scummvm/commit/747863e4f5a2ea7f5988f4ea38fe6dffa4e37854
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-07-07T06:48:52-07:00

Commit Message:
CREATE_PROJECT: Add the libfaad and libmpeg2 libraries

Changed paths:
    devtools/create_project/create_project.cpp



diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 480f6a9..8b8aaef 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -816,6 +816,8 @@ const Feature s_features[] = {
 	{  "vorbis",      "USE_VORBIS", "libvorbisfile_static libvorbis_static libogg_static", true, "Ogg Vorbis support" },
 	{    "flac",        "USE_FLAC", "libFLAC_static",   true, "FLAC support" },
 	{     "png",         "USE_PNG", "libpng",           true, "libpng support" },
+	{    "faad",        "USE_FAAD", "libfaad",          false, "AAC support" },
+	{   "mpeg2",       "USE_MPEG2", "libmpeg2",         false, "MPEG-2 support" },
 	{  "theora",   "USE_THEORADEC", "libtheora_static", true, "Theora decoding support" },
 	{"freetype",   "USE_FREETYPE2", "freetype",         true, "FreeType support" },
 






More information about the Scummvm-git-logs mailing list