Mercurial > audlegacy-plugins
view src/aac/mp4ff/Makefile @ 1386:b8dd67ad7b86
update SFMT files to version 1.3. please let me know if it break on altivec box.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Fri, 27 Jul 2007 18:56:43 +0900 |
| parents | 22a470857579 |
| children | 2c64b6d44a3c |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS_NOINST = libmp4ff.a SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ mp4tagupdate.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. -Wall include ../../../mk/objective.mk
