Mercurial > mplayer.hg
comparison Makefile @ 15194:9dda4cbf1211
FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>
author | diego |
---|---|
date | Sat, 16 Apr 2005 20:18:12 +0000 (2005-04-16) |
parents | 54c257370678 |
children | 35711c04c95c |
comparison
equal
deleted
inserted
replaced
15193:35dc89f609f0 | 15194:9dda4cbf1211 |
---|---|
275 # help_mp.h is also required by a lot of files, so force generating it early. | 275 # help_mp.h is also required by a lot of files, so force generating it early. |
276 $(MPLAYER_DEP): version.h help_mp.h | 276 $(MPLAYER_DEP): version.h help_mp.h |
277 $(MENCODER_DEP): version.h help_mp.h | 277 $(MENCODER_DEP): version.h help_mp.h |
278 | 278 |
279 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h | 279 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h |
280 $(HOST_CC) $(HOST_CFLAGS) -I. -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(I18NLIBS) | 280 $(HOST_CC) $(HOST_CFLAGS) -I. -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) $(I18NLIBS) |
281 | 281 |
282 install: $(ALL_PRG) | 282 install: $(ALL_PRG) |
283 ifeq ($(VIDIX),yes) | 283 ifeq ($(VIDIX),yes) |
284 $(DO_MAKE) | 284 $(DO_MAKE) |
285 endif | 285 endif |