Opened 9 years ago
Closed 9 years ago
#6115 closed defect (invalid)
Compilation in Debian stable/oldstable broken
| Reported by: | shurreg | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | avutil |
| Version: | git-master | Keywords: | regression |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug: it seems FFmpeg build process is now broken in stock Debian Wheezy and Jessie due to requirement of <stdatomic.h> in libavutil/cpu.c and absense of such a file in gcc 4.7/4.8
How to reproduce (making mplayer with freshly downloaded ffmpeg):
% make CC libavutil/cpu.o libavutil/cpu.c:20:23: fatal error: stdatomic.h: No such file or directory
Change History (2)
comment:1 by , 9 years ago
| Keywords: | regression added |
|---|---|
| Priority: | minor → important |
comment:2 by , 9 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
It seems no, it isn't.
So it seems to be mplayer's build system's glitch.
I think I should be sorry for false reporting :)
Note:
See TracTickets
for help on using tickets.



Isn't this reproducible with FFmpeg compilation?