Project

General

Profile

Actions

Bug #1916

open

Portability: char type with gcc on ARM defaults to unsigned

Added by Anonymous over 9 years ago. Updated almost 9 years ago.

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

Also available in: Atom PDF