aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 335360079b..a00947c064 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -38,6 +38,10 @@ EXEEXT :=.exe
# Compile options - you can modify these to tweak ScummVM compilation #
#######################################################################
+# Uncomment this to activate the MPEG2 lib for Broken Sword II cut scenes
+DEFINES += -DUSE_MPEG2
+LIBS += -lmpeg2
+
# Uncomment this to activate the ZLIB lib for compressed save game files
DEFINES += -DUSE_ZLIB
LIBS += -lz