comparison Makefile @ 20811:828ee0cb0806

Disable linking mplayer (and internal static libavcodec) with libmp3lame/faac/x264 if --disable-encoder=mp3lame/faac/x264 options are passed to configure.
author rathann
date Thu, 09 Nov 2006 23:14:33 +0000
parents b5045bb4f1aa
children 4b51e6459e64
comparison
equal deleted inserted replaced
20810:4d2c03da592c 20811:828ee0cb0806
308 mplayer$(EXESUF): $(MPLAYER_DEP) 308 mplayer$(EXESUF): $(MPLAYER_DEP)
309 $(CC) -o $@ $(OBJS_MPLAYER) $(LIBS_MPLAYER) 309 $(CC) -o $@ $(OBJS_MPLAYER) $(LIBS_MPLAYER)
310 310
311 ifeq ($(MENCODER),yes) 311 ifeq ($(MENCODER),yes)
312 LIBS_MENCODER = libmpcodecs/libmpencoders.a \ 312 LIBS_MENCODER = libmpcodecs/libmpencoders.a \
313 $(MP3LAME_LIB) \ 313 $(EXTRA_LIB_MENCODER) \
314 $(COMMON_LIBS) \ 314 $(COMMON_LIBS) \
315 315
316 mencoder$(EXESUF): $(MENCODER_DEP) 316 mencoder$(EXESUF): $(MENCODER_DEP)
317 $(CC) -o $@ $(OBJS_MENCODER) $(LIBS_MENCODER) 317 $(CC) -o $@ $(OBJS_MENCODER) $(LIBS_MENCODER)
318 endif 318 endif