- clone libcdio repo git://git.sv.gnu.org/libcdio.git 
  I used 7f33c7a01b11bf974be77f0717f0c79d7e26a166 Branch_Relase-0.83 (the typo is really there)
- apply included patch
- compile with mingw (autogen.sh; make)
- build import lib like described here: http://wiki.videolan.org/GenerateLibFromDll (libcdio-13.def included)
- added ifdef _WIN32 in types.h l153 to add the following:
  # define PRAGMA_BEGIN_PACKED  __pragma(pack(1))
  # define PRAGMA_END_PACKED    __pragma(pack())