diff src/aac/mp4ff/Makefile @ 24:eb3bb3eec087 trunk

[svn] - fix AAC build issue
author nenolod
date Mon, 18 Sep 2006 04:02:01 -0700
parents 21320918cc08
children 357de698dab2
line wrap: on
line diff
--- 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