Mercurial > mplayer.hg
annotate DOCS/xml/zh_CN/Makefile @ 28698:c7a1f29c98c2
r27390 Fix a misleading section in the libavcodec options manual
r27407 Add video driver for Nintendo Wii/GameCube.
r27454 Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.
r27466 Document -lavcopts o, aka libavcodec AVOption.
r27542 'mp3lame' audio output codec was wrongly listed as 'lame'.
r27606 Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.
r27638 add lavfopts matroska suboption
r27639 document lavc/lavf avoption o suboption
r27650 add outdir sub-option to vo png
r27690 whitespace cosmetics
r27691 vo_fbdev now supports -geometry.
r27768 update x264's section with r999 of x264
r27800 improve documentation of latest x264's options
r27801 Clarify screenw/screenh options
author | kraymer |
---|---|
date | Wed, 25 Feb 2009 14:23:07 +0000 |
parents | 103aec16f9c4 |
children | 03e8eec6e104 |
rev | line source |
---|---|
21625
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
1 # Set if you are using your own HTML stylesheet... |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
2 #HTML_STYLESHEET = mystyle.css |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
3 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
4 # Change to yes to enable symlinking missing files to English master versions |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
5 USE_SYMLINKS = yes |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
6 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
7 # Dependency information. |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
8 $(HTMLDIR)/index.html: $(wildcard *.xml) |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
9 $(HTMLFILE): $(wildcard *.xml) |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
10 |
efdab905710b
Initial Chinese translation, by Kun Niu, haoniukun gmail com
torinthiel
parents:
diff
changeset
|
11 include ../Makefile.inc |