Hi, all! I compile Mplayer-1.4 with msys2. error occurred when compile the file stream/stream_cddb.c, line 63. #include <ddk/ntddcdrm.h> but installed package 'i686-w64-mingw32', file ntddcdrm.h is under include, not in include/ddk. When I change #include <ddk/ntddcdrm.h> to #include <ntddcdrm.h>, compilation is successed. jacky_zz