Projects
Essentials
faad2
faad2-reproducible-build.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File faad2-reproducible-build.patch of Package faad2 (Revision 16)
Currently displaying revision
16
,
Show latest
Description: Remove timestamps from CPP macros The C pre-processor macros '__DATE__' and '__TIME__' capture the current time and thus will obviously make a build unreproducible. Usage of these macros must simply be removed in order to make builds reproducible. Author: Fabian Greffrath <fabian+debian@greffrath.com> --- a/frontend/main.c +++ b/frontend/main.c @@ -1274,7 +1274,6 @@ int main(int argc, char *argv[]) faad_fprintf(stderr, " *********** Ahead Software MPEG-4 AAC Decoder V%s ******************\n\n", FAAD2_VERSION); - faad_fprintf(stderr, " Build: %s\n", __DATE__); faad_fprintf(stderr, " Copyright 2002-2004: Ahead Software AG\n"); faad_fprintf(stderr, " http://www.audiocoding.com\n"); if (cap & FIXED_POINT_CAP)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.