--- Mark Lanctot wrote: > Hmm, now that FLAC 1.2.0 is out I'd like to do this again but I've > hit a snag. > > Both koen's method of creating a .deb and even compiling it from > source code fail with a fatal error: > > > Code: > -------------------- > encode.c: In function �convert_to_seek_table_template�: > encode.c:2181: error: �EncoderSession� has no member named > �use_ogg� > -------------------- > > > Has anyone else had a crack at this and encountered this error? > > I'm thinking it may possibly be me removing some ogg components. I > don't use ogg and like to keep things as lean as possible. I may > have removed something critical.
sorry about that, there is a little bug in 1.2.0 that messes up the build when libogg is not available. if you replace src/flac/encode.c with this one it will build: http://flac.cvs.sourceforge.net/*checkout*/flac/flac/src/flac/encode.c?revision=1.188 but there is no advantage to converting existing flac files with 1.2.0 since there won't be any change in the compression. Josh ____________________________________________________________________________________ Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
