mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
doc: move codec options and descriptions to a dedicated manual page
This commit is contained in:
parent
ca4872e887
commit
fa4ead1d66
@ -2,9 +2,11 @@ DOCLIBS-$(CONFIG_AVUTIL) += libavutil
|
||||
DOCLIBS-$(CONFIG_AVCODEC) += libavcodec
|
||||
DOCLIBS-$(CONFIG_AVFILTER) += libavfilter
|
||||
|
||||
MANPAGES = $(PROGS-yes:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3)
|
||||
PODPAGES = $(PROGS-yes:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod)
|
||||
HTMLPAGES = $(PROGS-yes:%=doc/%.html) $(DOCLIBS-yes:%=doc/%.html) \
|
||||
COMPONENTS=$(PROGS-yes) ffmpeg-codecs
|
||||
|
||||
MANPAGES = $(COMPONENTS:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3)
|
||||
PODPAGES = $(COMPONENTS:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod)
|
||||
HTMLPAGES = $(COMPONENTS:%=doc/%.html) $(DOCLIBS-yes:%=doc/%.html) \
|
||||
doc/developer.html \
|
||||
doc/faq.html \
|
||||
doc/fate.html \
|
||||
|
1115
doc/ffmpeg-codecs.texi
Normal file
1115
doc/ffmpeg-codecs.texi
Normal file
File diff suppressed because it is too large
Load Diff
1092
doc/libavcodec.texi
1092
doc/libavcodec.texi
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user