File garglk.smpeg.patch of Package garglk-test
--- a/Jamrules
+++ b/Jamrules
@@ -94,7 +94,7 @@ switch $(OS)
if $(USESDL) = yes
{
GARGLKCCFLAGS += -I/usr/include/SDL ;
- GARGLKLIBS += -lSDL_mixer -lSDL_sound -lSDL -lsmpeg -lvorbisfile ;
+ GARGLKLIBS += -lSDL_mixer -lSDL_sound -lSDL -lvorbisfile ;
}
if $(STATIC) { LINKLIBS += $(GARGLKLIBS) ; }
@@ -111,7 +111,7 @@ switch $(OS)
if $(USESDL) = yes
{
GARGLKCCFLAGS += -I/usr/include/SDL ;
- GARGLKLIBS += -lSDL_mixer -lSDL_sound -lSDL -lsmpeg -lvorbisfile ;
+ GARGLKLIBS += -lSDL_mixer -lSDL_sound -lSDL -lvorbisfile ;
}
if $(STATIC) { LINKLIBS += $(GARGLKLIBS) ; }