From 7fb67ac1e49311a541deeee8c1cb94db3358ad24 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 12 Sep 2007 01:03:57 +0000 Subject: [PATCH] add not about OPT: sections --- include/FLAC/all.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/FLAC/all.h b/include/FLAC/all.h index 1611a261..66ccdd2a 100644 --- a/include/FLAC/all.h +++ b/include/FLAC/all.h @@ -141,6 +141,11 @@ * encoder, and no metadata interface, you can remove the stream encoder * and the metadata interface, which will greatly reduce the size of the * library. + * + * Also, there are several places in the libFLAC code with comments marked + * with "OPT:" where a #define can be changed to enable code that might be + * faster on a specific platform. Experimenting with these can yield faster + * binaries. */ /** \defgroup porting Porting Guide for New Versions