#2142 closed defect (fixed)
mplayer r36285 can't detect SSE on i686, r35920 works.
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Here's what i get in the terminal:
"Cannot test OS support for SSE, disabling to be safe."
My cpu HAS sse (it worked with mplayer in the past and works with mplayer2 now)
I saw the code and found that in cpudetect.c the problem lies in the:
"if defined(_POSIX_SOURCE)" statement.
mplayer just can't find that macro.
If you need other info, please let me know.
Change History (4)
comment:1 by , 11 years ago
rep_platform: | Other → PC (x86 with SSE) |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 11 years ago
Sorry if it sounded like I was complaining, it was only meant as information (I was too lazy to search for the exact SVN revision when I fixed it).
I do appreciate detailed bug reports.
Note:
See TracTickets
for help on using tickets.
This has been fixed in SVN a few days ago (I believe shortly before you opened this issue).