Actions
Bug #1916
openPortability: char type with gcc on ARM defaults to unsigned
Status:
New
Priority:
Normal
Assignee:
-
Start date:
09/28/2014
Due date:
% Done:
0%
Estimated time:
Description
The char type with gcc on ARM defaults to unsigned instead of signed on x86. Consequently the VideoHardwareDecoder flag is not working as intended on ARM (result is a black screen with MPEG2/VDPAU).
Adding -fsigned-char to CXXFLAGS and CFLAGS in the Makefile resolves the problem.
Thank you for your work.
Actions