|
From: Hitoshi O. <hts...@gm...> - 2015-04-09 16:27:10
|
From: Rama Krishna > > I tried to use MinGW for FFMPEG build. I am finding below compilation errors: > Can somebody help me to resolve these errors? > ---------------------------------------------------------------------------------------------------------------------------------- > c:\mingw\include\unistd.h:79:1: error: expected ',' or ';' before 'int' > int __mingw_sleep( unsigned long, unsigned long ); > ^ By any chance: `sed s/_cdecl/__cdecl/ /mingw/include/unistd.h` -- Hitoshi Ozeki hts.ozeki (at) gmail.com |