[Scummvm-git-logs] scummvm master -> f1812277d2915f567292015ba48126c68dfad293

aquadran noreply at scummvm.org
Sat Jan 1 12:38:12 UTC 2022


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:
f1812277d2 DEVTOOLS: Enable mpeg2 by default


Commit: f1812277d2915f567292015ba48126c68dfad293
    https://github.com/scummvm/scummvm/commit/f1812277d2915f567292015ba48126c68dfad293
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-01-01T13:38:06+01:00

Commit Message:
DEVTOOLS: Enable mpeg2 by default

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 e0d18ff1b8d..2af5a2aeb8d 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -1073,7 +1073,7 @@ const Feature s_features[] = {
 	{       "png",         "USE_PNG", true, true,  "libpng support" },
 	{       "gif",         "USE_GIF", true, false, "libgif support" },
 	{      "faad",        "USE_FAAD", true, false, "AAC support" },
-	{     "mpeg2",       "USE_MPEG2", true, false, "MPEG-2 support" },
+	{     "mpeg2",       "USE_MPEG2", true, true,  "MPEG-2 support" },
 	{    "theora",   "USE_THEORADEC", true, true,  "Theora decoding support" },
 	{  "freetype",   "USE_FREETYPE2", true, true,  "FreeType support" },
 	{      "jpeg",        "USE_JPEG", true, true,  "libjpeg support" },




More information about the Scummvm-git-logs mailing list