- download source from here: http://ftp.gnu.org/gnu/libcdio/libcdio-0.81.tar.gz
- compile with mingw (configure;make)
- build import lib like described here: http://wiki.videolan.org/GenerateLibFromDll (libcdio-10.def included)
- added ifdef _WIN32 in types.h l154 to add the following:
  # define PRAGMA_BEGIN_PACKED  __pragma(pack(1))
  # define PRAGMA_END_PACKED    __pragma(pack())