changeset 999:d338a8beb3d6 trunk

[svn] - We do not need the internal libflac anymore
author ertzing
date Sat, 05 May 2007 04:20:17 -0700
parents 799b321bd9bd
children d980b7e5bf1d
files ChangeLog src/flacng/Makefile
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk>
+  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 <yaz@cc.rim.or.jp>
   revision [2134]
   - fix a bug which counts number of frames twice in handling xing header.
--- 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