From 671be90c74e991087a38f236431e0532f83c77e6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2004 21:03:17 +0000 Subject: [PATCH] add MPEG2 to the static-link-hack svn-id: r12679 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5f3ceaf2cc6..8916b44038b 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,7 @@ scummvm-static: $(OBJS) /sw/lib/libSDLmain.a /sw/lib/libSDL.a \ /sw/lib/libmad.a \ /sw/lib/libvorbisfile.a /sw/lib/libvorbis.a /sw/lib/libogg.a \ + /sw/lib/libmpeg2.a \ -lz \ -framework Cocoa -framework Carbon -framework IOKit \ -framework OpenGL -framework AGL -framework QuickTime \