File: README_MOZILLA

package info (click to toggle)
icedove 1%3A45.8.0-3~deb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 1,488,584 kB
  • ctags: 1,068,813
  • sloc: cpp: 4,801,496; ansic: 1,929,291; python: 379,296; java: 252,018; xml: 173,182; asm: 146,741; sh: 89,229; makefile: 23,462; perl: 16,380; objc: 4,088; yacc: 1,841; lex: 1,222; exp: 499; php: 437; lisp: 228; awk: 152; pascal: 116; sed: 51; ruby: 47; csh: 31; ada: 16
file content (20 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This directory contains files used in gecko builds from libav
(http://libav.org). The current files are from v11.3 of the library.
All source files match their path from the library's source archive.

Currently, we only use the fft portion of the library, and only on x86
based platforms. If this changes, configuration files will most likely
need to be updated.

Configuration files were initially generated by running configure on
the libav project, then dividing the config.h files into multiple
files to reduce repeated entries. config_common.h contains package and
architecture configuration information, and are used on all platforms.
Platform specific config files (config_win.h/asm, config_unix.h/asm,
etc) contain platform specific header information. .asm files should
match their .h counterparts.

If new architectures or projects are added, we will need to update
defines to the config_common files. Platform headers should only need
to be changed if we upgrade libav versions and require new headers to
be found.