summaryrefslogtreecommitdiffstats
path: root/doc/build_system.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc/build_system: Document how to build decoder fuzzerMichael Niedermayer2017-05-081-0/+3
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '48362ceadeb2eb5286ae94ef7f9542d990ff7ec7'Derek Buitenhuis2016-04-171-3/+0
|\ | | | | | | | | | | | | * commit '48362ceadeb2eb5286ae94ef7f9542d990ff7ec7': doc: Update paths to match new examples location Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * doc: Update paths to match new examples locationDiego Biurrun2016-03-231-4/+1
| |
| * cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
| |
* | doc/build_system: miscellaneous typo and consistency fixesGanesh Ajjanagadde2015-10-101-10/+10
| | | | | | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* | doc/build_system: Document GEN, text taken from the webpageMichael Niedermayer2015-05-271-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | x86/doc/Makefile: DBG=1 to preprocess external asmChristophe Gisquet2015-02-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | The macro hell sometimes make it difficult to trace the source of an error, so it is easier to analyze the preprocessed output. This patch makes this automatical by specifying DBG=1 on the command line: a file ffmpeg/dir/file.asm gets preprocessed to builddir/dir/file.dbg.asm, which is then compiled. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/build_system: document examples and config targetsLukasz Marek2014-06-251-0/+6
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Revert some silly renamings that leaked in from a pull.Michael Niedermayer2011-03-291-1/+1
| |
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-19/+32
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * newdev/master: mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser and decoder, and vice-versa for the AC-3 encoder. Use audio_service_type to set stream disposition. Add APIchanges entry for audio_service_type. Add audio_service_type field to AVCodecContext for encoding and reporting of the service type in the audio bitstream. configure: in check_ld, place new -l flags before existing ones support @heading, @subheading, @subsubheading, and @subsubsection in texi2pod.pl doc: update build system documentation aacenc: indentation aacenc: fix the side calculation in search_for_ms vp8.c: rename EDGE_* to VP8_EDGE_*. Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavcodec/vp8.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: update build system documentationLuca Barbato2011-03-251-25/+18
| | | | | | | | | | | | | | Split normal build system documentation and the fate one. Document THREADS make variable and provide an introduction to fate. Document DESTDIR make variable and add some generic targets.
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-171-1/+1
|/ | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-161-1/+1
| | | | unless it stands for ffmpeg the program or is historic
* document passing the fate samples location via make variableJanne Grunau2011-02-101-1/+4
|
* custom build system documentationMichael Niedermayer2010-10-061-0/+34
Originally committed as revision 25375 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud