# HG changeset patch # User nenolod # Date 1158577321 25200 # Node ID eb3bb3eec0873f0d02a47b05dfd5271d5a62fabd # Parent 21320918cc08590bc0a504e6c16fe71f78151933 [svn] - fix AAC build issue diff -r 21320918cc08 -r eb3bb3eec087 ChangeLog --- a/ChangeLog Mon Sep 18 03:54:57 2006 -0700 +++ b/ChangeLog Mon Sep 18 04:02:01 2006 -0700 @@ -1,3 +1,15 @@ +2006-09-18 10:54:57 +0000 William Pitcock + revision [46] + - missed a few spots + + + Changes: Modified: + +3 -3 trunk/src/aac/libfaad2/Makefile + +3 -3 trunk/src/aac/mp4ff/Makefile + +3 -3 trunk/src/aac/src/Makefile + +3 -3 trunk/src/wma/libffwma/Makefile + + 2006-09-18 10:53:06 +0000 William Pitcock revision [44] - finish up on the Makefile reduction diff -r 21320918cc08 -r eb3bb3eec087 src/aac/mp4ff/Makefile --- a/src/aac/mp4ff/Makefile Mon Sep 18 03:54:57 2006 -0700 +++ b/src/aac/mp4ff/Makefile Mon Sep 18 04:02:01 2006 -0700 @@ -8,7 +8,7 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../../.. -I../../../../intl +CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. include ../../../mk/objective.mk