# HG changeset patch # User arpi # Date 1011230865 0 # Node ID 3df2c500a2e91cfccbd32b6fa1b3b34e2d0b9e85 # Parent 2c1ca684ff04cb1a7e82ea3e10acbb3f2e0f9b85 libjpeg added - patch by Rik Snel diff -r 2c1ca684ff04 -r 3df2c500a2e9 Makefile --- a/Makefile Thu Jan 17 01:27:20 2002 +0000 +++ b/Makefile Thu Jan 17 01:27:45 2002 +0000 @@ -41,7 +41,7 @@ VO_LIBS = -Llibvo -lvo VO_INC = -Ilibvo endif -V_LIBS = $(X_LIB) $(MP1E_LIB) $(GGI_LIB) $(MLIB_LIB) $(PNG_LIB) $(SDL_LIB) $(SVGA_LIB) $(AA_LIB) $(DIRECTFB_LIB) +V_LIBS = $(X_LIB) $(MP1E_LIB) $(GGI_LIB) $(MLIB_LIB) $(JPEG_LIB) $(PNG_LIB) $(SDL_LIB) $(SVGA_LIB) $(AA_LIB) $(DIRECTFB_LIB) AO_LIBS = -Llibao2 -lao2 A_LIBS = $(ALSA_LIB) $(NAS_LIB) $(MAD_LIB) $(VORBIS_LIB) $(SGIAUDIO_LIB)