add not about OPT: sections
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 12 Sep 2007 01:03:57 +0000 (01:03 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 12 Sep 2007 01:03:57 +0000 (01:03 +0000)
include/FLAC/all.h

index 1611a26..66ccdd2 100644 (file)
  * 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