diff options
author | Max Horn | 2004-01-30 21:03:17 +0000 |
---|---|---|
committer | Max Horn | 2004-01-30 21:03:17 +0000 |
commit | 671be90c74e991087a38f236431e0532f83c77e6 (patch) | |
tree | a30aea7b7e51017860679422a60900fdc9bc12bc | |
parent | 2f8d19d0046b6aa4c2229d081fc44fc7ae55a8ed (diff) | |
download | scummvm-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |