- git clone git://git.videolan.org/libbluray.git (currently using Revision: 8e5d241ea1ebb131941c3279b2363d4eb2479eca)
- export CFLAGS=-m32
- sh bootstrap
- ./configure
- make
- look in src/.libs for a dll
- if there isn't any (as with my setup), run 
  gcc -shared -m32 -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer -arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -o libbluray.dll *.o
