aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-01-30 21:03:17 +0000
committerMax Horn2004-01-30 21:03:17 +0000
commit671be90c74e991087a38f236431e0532f83c77e6 (patch)
treea30aea7b7e51017860679422a60900fdc9bc12bc
parent2f8d19d0046b6aa4c2229d081fc44fc7ae55a8ed (diff)
downloadscummvm-rg350-671be90c74e991087a38f236431e0532f83c77e6.tar.gz
scummvm-rg350-671be90c74e991087a38f236431e0532f83c77e6.tar.bz2
scummvm-rg350-671be90c74e991087a38f236431e0532f83c77e6.zip
add MPEG2 to the static-link-hack
svn-id: r12679
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f3ceaf2cc..8916b44038 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 \