comparison Makefile @ 4346:d45744794581

vo_zr no more depends on libjpeg - it requires libavcodec now. patch by Rik Snel <rsnel@cube.dyndns.org>
author arpi
date Sat, 26 Jan 2002 00:47:26 +0000
parents 8f43b10f387f
children 8141d2c399e4
comparison
equal deleted inserted replaced
4345:5d744e4f5b62 4346:d45744794581
39 VO_INC = -Ilibvo2 39 VO_INC = -Ilibvo2
40 else 40 else
41 VO_LIBS = -Llibvo -lvo 41 VO_LIBS = -Llibvo -lvo
42 VO_INC = -Ilibvo 42 VO_INC = -Ilibvo
43 endif 43 endif
44 V_LIBS = $(X_LIB) $(MP1E_LIB) $(GGI_LIB) $(MLIB_LIB) $(JPEG_LIB) $(PNG_LIB) $(SDL_LIB) $(SVGA_LIB) $(AA_LIB) $(DIRECTFB_LIB) 44 V_LIBS = $(X_LIB) $(MP1E_LIB) $(GGI_LIB) $(MLIB_LIB) $(PNG_LIB) $(SDL_LIB) $(SVGA_LIB) $(AA_LIB) $(DIRECTFB_LIB)
45 45
46 AO_LIBS = -Llibao2 -lao2 46 AO_LIBS = -Llibao2 -lao2
47 A_LIBS = $(ALSA_LIB) $(NAS_LIB) $(MAD_LIB) $(VORBIS_LIB) $(SGIAUDIO_LIB) 47 A_LIBS = $(ALSA_LIB) $(NAS_LIB) $(MAD_LIB) $(VORBIS_LIB) $(SGIAUDIO_LIB)
48 48
49 CODEC_LIBS = -Lg72x -lg72x -Lmp3lib -lMP3 -Llibac3 -lac3 -Lliba52 -la52 -Lxa -lxa -Llibmpeg2 -lmpeg2 $(AV_LIB) 49 CODEC_LIBS = -Lg72x -lg72x -Lmp3lib -lMP3 -Llibac3 -lac3 -Lliba52 -la52 -Lxa -lxa -Llibmpeg2 -lmpeg2 $(AV_LIB)