ref: 777157a4b61c2ca06613a537770973160aa4c131
parent: dce67cbd7f6e30fb6c61b221fbee67232ffe1bee
author: cbagwell <cbagwell>
date: Sun Dec 27 23:25:23 EST 2009
add note on how to get flac working on os x.
--- a/osxbuild
+++ b/osxbuild
@@ -21,7 +21,8 @@
# cd ../wavpack-4.60.1
#./configure --disable-shared --enable-static;make;sudo make install
#
-# FIXME: Won't build static
+# flac won't compile without following fix. Edit src/libFLAC/ia32/nasmh and add following
+# to top of that file: %define FLAC__PUBLIC_NEEDS_UNDERSCORE
# cd ../flac-1.2.1
#./configure --disable-shared --enable-static;make;sudo make install
#