m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.54k stars 267 forks source link

mingw64 clang gpac-git #2410

Closed kliffgomel closed 1 year ago

kliffgomel commented 1 year ago

16:47:13 ┌ gpac git ................................. [Recently updated] 16:47:13 ├ Running configure... 16:47:47 ├ Running make... Likely error (tail of the failed operation logfile): C:/ffmpeg-autobuild-clang/build/gpac-git/src/utils/os_thread.c:225:10: warning: cast to 'void ' from smaller integer type 'DWORD' (aka 'unsigned long') [-Wint-to-void-pointer-cast] return (void )ret; ^~~ C:/ffmpeg-autobuild-clang/build/gpac-git/src/utils/os_thread.c:225:10: error: incompatible pointer to integer conversion returning 'void ' from a function with result type 'DWORD' (aka 'unsigned long') [-Wint-conversion] return (void )ret; ^~~ 1 warning and 1 error generated. make[1]: [../config.mak:174: utils/os_thread.o] Error 1 make[1]: Leaving directory '/build/gpac-git/build-64bit/src' make: [Makefile:13: all] Error 2 make failed. Check C:/ffmpeg-autobuild-clang/build/gpac-git/build-64bit/ab-suite.make.log logs.zip

Biswa96 commented 1 year ago

This pull request will fix the issue https://github.com/gpac/gpac/pull/2437.

Biswa96 commented 1 year ago

The pull request has been merged in upstream https://github.com/gpac/gpac/commit/647e4d353e9b90e7f675186c9162767977c3176e commit. Please try to rebuild.

kliffgomel commented 1 year ago

Fixed!