Mercurial > audlegacy-plugins
diff src/aac/mp4ff/Makefile @ 1188:22a470857579 trunk
- fix the bug that aac plugin had failed to get proper playtime length on AMD64.
- fix typedef conflict. uint32_t isn't unsigned long on 64bit machines.
- resolve all warnings.
- unnecessary code has been removed.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Mon, 18 Jun 2007 21:53:26 +0900 |
| parents | f19e6748d8eb |
| children | 2c64b6d44a3c |
line wrap: on
line diff
--- a/src/aac/mp4ff/Makefile Mon Jun 18 15:15:32 2007 +0900 +++ b/src/aac/mp4ff/Makefile Mon Jun 18 21:53:26 2007 +0900 @@ -8,6 +8,6 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. +CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. -Wall include ../../../mk/objective.mk
