comparison Makefile @ 9327:6f4d4b2fddc2

i18n may require extra_libdir, at least on freebsd found by Nexus
author arpi
date Fri, 07 Feb 2003 22:25:17 +0000
parents 7a0d466a51a8
children edfe34c5405d
comparison
equal deleted inserted replaced
9326:8e91f0734b96 9327:6f4d4b2fddc2
243 # finish before we can start building new object files. 243 # finish before we can start building new object files.
244 $(MPLAYER_DEP): version.h 244 $(MPLAYER_DEP): version.h
245 $(MENCODER_DEP): version.h 245 $(MENCODER_DEP): version.h
246 246
247 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h 247 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
248 $(CC) $(CFLAGS) -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(I18NLIBS) 248 $(CC) $(CFLAGS) -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(I18NLIBS)
249 249
250 install: $(ALL_PRG) 250 install: $(ALL_PRG)
251 ifeq ($(VIDIX),yes) 251 ifeq ($(VIDIX),yes)
252 $(DO_MAKE) 252 $(DO_MAKE)
253 endif 253 endif