36918e9
--- rocksndiamonds-3.1.1/src/Makefile.BAD	2005-09-22 16:20:14.000000000 -0500
36918e9
+++ rocksndiamonds-3.1.1/src/Makefile	2005-09-22 16:20:23.000000000 -0500
36918e9
@@ -91,13 +91,13 @@
36918e9
 
36918e9
 ifeq ($(TARGET),sdl)
36918e9
 SYS_CFLAGS  = -DTARGET_SDL $(shell sdl-config --cflags)
36918e9
-SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg
36918e9
+SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net
36918e9
 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --libs)
36918e9
 endif
36918e9
 
36918e9
 ifeq ($(TARGET),sdl-static)
36918e9
 SYS_CFLAGS  = -DTARGET_SDL $(shell sdl-config --cflags)
36918e9
-SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg
36918e9
+SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net
36918e9
 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --static-libs)
36918e9
 endif
36918e9