- git clone git://git.videolan.org/libbluray.git (currently using stable release 0.2.3)
- export CFLAGS=-m32
- sh bootstrap
- ./configure
- comment line 12039 and 12040 (didn't found another possibility of disabling -Werror-implicit-function-declaration)
- 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=200809L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -o libbluray.dll *.o
