Mercurial > mplayer.hg
annotate DOCS/xml/fr/Makefile @ 30872:eb1b97313903
Follow a more proper way to support -codecpath.
1. Include loader/drv.h for SetCodecPath() instead of a declaration of it.
2. Move codec_path from get_path.h to mpcommon.h and mpcommon.c.
author | komh |
---|---|
date | Wed, 17 Mar 2010 09:12:51 +0000 |
parents | 397bda90657c |
children |
rev | line source |
---|---|
10109 | 1 # Dependency information. |
29972
03e8eec6e104
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
diego
parents:
11896
diff
changeset
|
2 $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) |
11896
71a4c2eb1340
100l for forgetting to update this. It would brake building after distclean.
wight
parents:
11188
diff
changeset
|
3 |
71a4c2eb1340
100l for forgetting to update this. It would brake building after distclean.
wight
parents:
11188
diff
changeset
|
4 include ../Makefile.inc |