comparison Makefile @ 4544:8903732ae2e2

missing mlib required to build a solaris mencoder (patch by meleth@freebox.com)
author pl
date Tue, 05 Feb 2002 23:02:55 +0000
parents 317df369e7e7
children b1fe5f58cd82
comparison
equal deleted inserted replaced
4543:193cb24dca2b 4544:8903732ae2e2
195 $(PRG_FIBMAP): fibmap_mplayer.o 195 $(PRG_FIBMAP): fibmap_mplayer.o
196 $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o 196 $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o
197 197
198 ifeq ($(MENCODER),yes) 198 ifeq ($(MENCODER),yes)
199 $(PRG_MENCODER): $(MENCODER_DEP) 199 $(PRG_MENCODER): $(MENCODER_DEP)
200 $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) $(CODEC_LIBS) -Llibmpdemux -lmpdemux $(LIB_LOADER) $(COMMON_LIBS) $(EXTRA_LIB) $(A_LIBS) $(CSS_LIB) $(GTK_LIBS) $(PNG_LIB) $(Z_LIB) $(ARCH_LIB) $(DECORE_LIB) $(ENCORE_LIB) $(TERMCAP_LIB) $(STREAMING_LIB) -lm 200 $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) $(CODEC_LIBS) $(MLIB_LIB) -Llibmpdemux -lmpdemux $(LIB_LOADER) $(COMMON_LIBS) $(EXTRA_LIB) $(A_LIBS) $(CSS_LIB) $(GTK_LIBS) $(PNG_LIB) $(Z_LIB) $(ARCH_LIB) $(DECORE_LIB) $(ENCORE_LIB) $(TERMCAP_LIB) $(STREAMING_LIB) -lm
201 endif 201 endif
202 202
203 # Every mplayer dependancy depends on version.h, to force building version.h 203 # Every mplayer dependancy depends on version.h, to force building version.h
204 # first (in serial mode) before any other of the dependancies for a parallel make 204 # first (in serial mode) before any other of the dependancies for a parallel make
205 # run. This is necessary, because the make rule for version.h removes objects 205 # run. This is necessary, because the make rule for version.h removes objects