[MPlayer-users] Build error MinGW/VCD

Josh joshf87 at live.com
Sat Aug 29 19:40:24 CEST 2015


I'm unable to build with VCD enabled in the latest SVN under 
MinGW-w64/GCC 4.9.3. I am using libcdio 0.93/paranoia 10.2+0.93. I was 
using 0.83 thinking that was the problem but updating to 0.93 didn't 
change anything. Here are the log files if they are needed: 
http://mplayerwin.sourceforge.net/misc/mpl-bin-r37465/buildinfo/

stream/stream_vcd.c: In function 'close_s':
stream/stream_vcd.c:131:3: error: implicit declaration of function 
'cdio_destroy' [-Werror=implicit-function-declaration]
    cdio_destroy(vcd->cdio);
    ^
stream/stream_vcd.c:131:19: error: 'mp_vcd_priv_t' has no member named 
'cdio'
    cdio_destroy(vcd->cdio);
                    ^
stream/stream_vcd.c: In function 'open_s':
stream/stream_vcd.c:154:3: error: unknown type name 'CdIo'
    CdIo *cdio;
    ^
stream/stream_vcd.c:211:8: error: 'mp_vcd_priv_t' has no member named 'cdio'
      vcd->cdio = cdio;
         ^
cc1.exe: some warnings being treated as errors
Makefile:731: recipe for target 'stream/stream_vcd.o' failed
make: *** [stream/stream_vcd.o] Error 1



More information about the MPlayer-users mailing list