# HG changeset patch # User ertzing # Date 1178364017 25200 # Node ID d338a8beb3d6d5aa2914ce88b58c7f6cd76f7df5 # Parent 799b321bd9bd7602a6d4204c1f1376003a05d027 [svn] - We do not need the internal libflac anymore diff -r 799b321bd9bd -r d338a8beb3d6 ChangeLog --- a/ChangeLog Fri May 04 10:59:01 2007 -0700 +++ b/ChangeLog Sat May 05 04:20:17 2007 -0700 @@ -1,3 +1,15 @@ +2007-05-04 17:59:01 +0000 William Pitcock + revision [2160] + Return 1 if we encounter an unknown tuple, this seems to happen in files + generated by iTunes 7. This works because the file will already be + rejected if it isn't ALAC; the format identification tuple is always first. + This is however a hack at best, and we should probably look into why this + is happening (has iTunes 7 changed the format for M4A containers again?) + + trunk/src/alac/demux.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + + 2007-05-01 19:49:27 +0000 Yoshiki Yazawa revision [2134] - fix a bug which counts number of frames twice in handling xing header. diff -r 799b321bd9bd -r d338a8beb3d6 src/flacng/Makefile --- a/src/flacng/Makefile Fri May 04 10:59:01 2007 -0700 +++ b/src/flacng/Makefile Sat May 05 04:20:17 2007 -0700 @@ -11,6 +11,6 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -I./libflac $(FLAC_CFLAGS) +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. $(FLAC_CFLAGS) include ../../mk/objective.mk