Opened 6 years ago
Closed 6 years ago
#6484 closed defect (worksforme)
libavfilter.a: File in wrong format
Reported by: | svnpenn | Owned by: | |
---|---|---|---|
Priority: | important | Component: | build system |
Version: | git-master | Keywords: | regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
x86_64-w64-mingw32-ar: libavfilter/libavfilter.a: File in wrong format
I did a git bisect, here is the result:
18f09524f72ccc56273859fceb2c7cf1c7b15c78 is the first bad commit commit 18f09524f72ccc56273859fceb2c7cf1c7b15c78 Author: Rostislav Pehlivanov <atomnuker@gmail.com> Date: Tue May 16 12:08:37 2017 +0100 configure: use -x instead of -wN ..@ to strip assembly files Reduces the amount of debugging information of external asm from uselessly verbose to informative enough. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> Reviewed-by: James Darnley <james.darnley@gmail.com>
Change History (4)
comment:1 by , 6 years ago
Component: | undetermined → build system |
---|---|
Keywords: | regression added |
Priority: | normal → important |
Version: | unspecified → git-master |
comment:2 by , 6 years ago
comment:3 by , 6 years ago
I just tried this again with the commit in question (and with x264 2451a72) and I cannot reproduce the original error
perhaps it was a problem with one of my build tools at the time
i would consider the issue resolved - unless someone can reproduce the error - thanks
comment:4 by , 6 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Is this still relevant?