ref: 3f52aa4e496f491a14a596eb0055f0ed92a2d30f
parent: 1831a4264af7a194230b2ea6b5fe4d0c92ae0cdf
author: Chris Bagwell <chris@cnpbagwell.com>
date: Sat Jan 21 14:28:08 EST 2012
Update library version #s used for mingw build
--- a/mingwbuild
+++ b/mingwbuild
@@ -45,10 +45,10 @@
# cd ../flac-1.2.1
# mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
#
-# cd ../libogg-1.1.4
+# cd ../libogg-1.3.0
# mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
#
-# cd ../libvorbis-1.2.3
+# cd ../libvorbis-1.3.2
# mingw32-configure --disable-shared --enable-static;mingw-32-make;sudo mingw32-make install
#
# Compile libsndfile after FLAC and ogg vorbis so that it will include
@@ -56,7 +56,7 @@
# MINGW work around: Can either add -lwsock32 to end of *_LDADD for any
# failed program links or modify top leve Makefile and remove
# "programs", "examples", "regtests", and "tests" from SUBDIRS.
-# cd ../libsndfile-1.0.21
+# cd ../libsndfile-1.0.25
# mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
#
# libid3tag does not like to be compiled shared on mingw32 cross compiler.