Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2142 closed defect (fixed)

mplayer r36285 can't detect SSE on i686, r35920 works.

Reported by: lorefice2@… 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 lorefice2@…, 11 years ago

rep_platform: OtherPC (x86 with SSE)

comment:2 by reimar, 11 years ago

Resolution: fixed
Status: newclosed

This has been fixed in SVN a few days ago (I believe shortly before you opened this issue).

comment:3 by lorefice2@…, 11 years ago

Sorry, and thank you.

comment:4 by reimar, 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.