lvqcl wrote: > Sorry, it wasn't clear: I mean -- to enclose all declarations of such > functions in FLAC/*.h and FLAC++/*.h header files. And then modify > e.g. flac sources so that it compiles without warnings/errors about > undefined functions.
I was able to compile flac/metaflac this way, but: it requires changing from FLAC__stream_*_filename() to FLAC__stream_*_FILE() and also adding new funtion into API: FLAC__metadata_simple_iterator_init_FILE() that is used instead of FLAC__metadata_simple_iterator_init(). _______________________________________________ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev