changeset 1033:e69e900eca1e trunk

[svn] This code assumes that char is signed by default. This is not true on PPC. Extending CFLAGS so that the assumption is met.
author chainsaw
date Fri, 12 May 2006 14:18:48 -0700
parents aa0559a5fee1
children 03712a532f1c
files Plugins/Input/aac/mp4ff/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/aac/mp4ff/Makefile.in	Fri May 12 14:12:17 2006 -0700
+++ b/Plugins/Input/aac/mp4ff/Makefile.in	Fri May 12 14:18:48 2006 -0700
@@ -8,4 +8,4 @@
 
 OBJECTS = ${SOURCES:.c=.o}
 
-CFLAGS += -fPIC -DPIC -DUSE_TAGGING=1 -I../../../.. -I../../../../intl
+CFLAGS += -fPIC -DPIC -DUSE_TAGGING=1 -fsigned-char -I../../../.. -I../../../../intl