diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-02-02 00:20:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-02 05:04:14 +0100 |
commit | 103e4c58633f210d7c3203cae121ba5b5123afa6 (patch) | |
tree | ad09b02e45feb95397407e4daf6996613f070914 /doc/doxy-wrapper.sh | |
parent | aa945dc112b098f3b8139b1d97475839ea88410e (diff) | |
download | ffmpeg-103e4c58633f210d7c3203cae121ba5b5123afa6.tar.gz |
stop embedding the build date
Theis makes the build binary reproducible.
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/doxy-wrapper.sh')
-rwxr-xr-x | doc/doxy-wrapper.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doxy-wrapper.sh b/doc/doxy-wrapper.sh index d88f60e55d..bbdb9097b7 100755 --- a/doc/doxy-wrapper.sh +++ b/doc/doxy-wrapper.sh @@ -10,4 +10,5 @@ $DOXYGEN - <<EOF @INCLUDE = ${DOXYFILE} INPUT = $@ EXAMPLE_PATH = ${SRC_PATH}/doc/examples +HTML_TIMESTAMP = NO EOF |