comparison Makefile @ 3899:0d1457cdde44

mp3lameless build fixed
author arpi
date Sun, 30 Dec 2001 16:52:58 +0000
parents 53ed66a4f0bf
children 8e7f959ad024
comparison
equal deleted inserted replaced
3898:708405652ce8 3899:0d1457cdde44
168 $(PRG_FIBMAP): fibmap_mplayer.o 168 $(PRG_FIBMAP): fibmap_mplayer.o
169 $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o 169 $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o
170 170
171 ifeq ($(MENCODER),yes) 171 ifeq ($(MENCODER),yes)
172 $(PRG_MENCODER): $(MENCODER_DEP) 172 $(PRG_MENCODER): $(MENCODER_DEP)
173 $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) $(CODEC_LIBS) -Llibmpdemux -lmpdemux $(LIB_LOADER) $(GUI_LIBS) $(COMMON_LIBS) -lmp3lame $(A_LIBS) $(CSS_LIB) $(GTK_LIBS) $(PNG_LIB) $(Z_LIB) $(ARCH_LIB) $(DECORE_LIB) $(ENCORE_LIB) $(TERMCAP_LIB) -lm 173 $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) $(CODEC_LIBS) -Llibmpdemux -lmpdemux $(LIB_LOADER) $(GUI_LIBS) $(COMMON_LIBS) $(A_LIBS) $(CSS_LIB) $(GTK_LIBS) $(PNG_LIB) $(Z_LIB) $(ARCH_LIB) $(DECORE_LIB) $(ENCORE_LIB) $(TERMCAP_LIB) -lm
174 endif 174 endif
175 175
176 # Every mplayer dependancy depends on version.h, to force building version.h 176 # Every mplayer dependancy depends on version.h, to force building version.h
177 # first (in serial mode) before any other of the dependancies for a parallel make 177 # first (in serial mode) before any other of the dependancies for a parallel make
178 # run. This is necessary, because the make rule for version.h removes objects 178 # run. This is necessary, because the make rule for version.h removes objects