From 9471d58720a41cfa0ba8b526b4c479b3a3d74af0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 12 Jan 2004 23:41:05 +0000 Subject: Add mpeg2 option to mingw makefile Fix compile on mingw svn-id: r12350 --- Makefile.mingw | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.mingw') 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 -- cgit v1.2.3