comparison Makefile @ 3916:8e7f959ad024

FreeBSD need EXTRA_LIB to compile
author nexus
date Mon, 31 Dec 2001 10:03:10 +0000
parents 0d1457cdde44
children 649c50457a99
comparison
equal deleted inserted replaced
3915:8f71d01a22d7 3916:8e7f959ad024
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) $(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) $(EXTRA_LIB) $(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