comparison Makefile @ 5555:9f476fd23731

libmpencoders added to mencoder libs
author arpi
date Thu, 11 Apr 2002 02:53:15 +0000
parents 05424017e0f2
children b7ced8012379
comparison
equal deleted inserted replaced
5554:1a2d1bdab0b4 5555:9f476fd23731
215 $(PRG_FIBMAP): fibmap_mplayer.o 215 $(PRG_FIBMAP): fibmap_mplayer.o
216 $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o 216 $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o
217 217
218 ifeq ($(MENCODER),yes) 218 ifeq ($(MENCODER),yes)
219 $(PRG_MENCODER): $(MENCODER_DEP) 219 $(PRG_MENCODER): $(MENCODER_DEP)
220 $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) $(COMMON_LIBS) $(EXTRA_LIB) $(ENCORE_LIB) $(MLIB_LIB) 220 $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) -Llibmpcodecs -lmpencoders $(COMMON_LIBS) $(EXTRA_LIB) $(ENCORE_LIB) $(MLIB_LIB)
221 endif 221 endif
222 222
223 # Every mplayer dependancy depends on version.h, to force building version.h 223 # Every mplayer dependancy depends on version.h, to force building version.h
224 # first (in serial mode) before any other of the dependancies for a parallel make 224 # first (in serial mode) before any other of the dependancies for a parallel make
225 # run. This is necessary, because the make rule for version.h removes objects 225 # run. This is necessary, because the make rule for version.h removes objects