Mercurial > audlegacy-plugins
changeset 24:eb3bb3eec087 trunk
[svn] - fix AAC build issue
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 04:02:01 -0700 |
parents | 21320918cc08 |
children | dae9233742ae |
files | ChangeLog src/aac/mp4ff/Makefile |
diffstat | 2 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [44] - finish up on the Makefile reduction
--- 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