1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

doc: split platform specific information

Move the platform-specific information in its own file.
This commit is contained in:
Luca Barbato
2011-12-03 21:25:04 +01:00
parent 2f017d9791
commit 1de6e14efe
3 changed files with 360 additions and 346 deletions

View File

@@ -7,6 +7,7 @@ HTMLPAGES = $(PROGS-yes:%=doc/%.html) \
doc/general.html \
doc/git-howto.html \
doc/libavfilter.html \
doc/platform.html \
DOCS = $(HTMLPAGES) $(MANPAGES) $(PODPAGES)