[x265] (no subject)

2018-05-31 Thread Nikos Barkas
http://piece.angelic-veins.com Nikos Barkas ___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

Re: [x265] Build failure on MinGW GCC 4.7.1 x64, revision 288a83d

2014-03-03 Thread Nikos Barkas
, 2014 at 1:29 AM, Nikos Barkas nikbar2...@yahoo.com wrote: Building tip revision 288a83d fails with this message on MinGW x64: c:/x265/source/common/param.cpp: In function 'int x265::parseCpuName(const char*, bool)': c:/DriveD/x265Project/x265/source/common/param.cpp:738:59: error: 'strtok_s

Re: [x265] Build failure on MinGW GCC 4.7.1 x64, revision 288a83d

2014-03-03 Thread Nikos Barkas
includes. Best regards Nikos On Monday, March 3, 2014 11:15 PM, Nikos Barkas nikbar2...@yahoo.com wrote: The strtok_s function is the secure api variant of strtok. For MinGW-w64, which is what I am using - on Windows 7, not Linux - using secure api functions requires some work done in advance

[x265] Build failure on MinGW-w64 rev 6214d26

2014-02-24 Thread Nikos Barkas
Building latest trunk revision (6214d26) on MinGW-w64 GCC 4.7.1 results in the following error: c:/x265/source/common/threadpool.cpp: In member function 'void x265::ThreadPoolImpl::waitForAllIdle()': c:/x265/source/common/threadpool.cpp:306:13: error: 'usleep' was not declared in this scope

[x265] MinGW build failure after revision 6d0b660

2014-02-05 Thread Nikos Barkas
Building x265 on MinGW-w64 GCC 4.7.1 fails as of revision 6d0b660 with this error: c:/DriveD/x265Project/x265/source/common/lowres.cpp: In member function 'bool x265::Lowres::create(x265::TComPicYuv*, int, int*)': c:/DriveD/x265Project/x265/source/common/lowres.cpp:89:1: error: jump to label

[x265] Compile failure on MinGW-w64 GCC 4.7.1 - 8e0fa5f

2014-01-14 Thread Nikos Barkas
Receiving this error on MinGW-w64 GCC 4.7.1 while attempting to build 8e0fa5f:  Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.obj c:/DriveD/x265Project/x265/source/common/wavefront.cpp: In member function 'bool x265::WaveFront::checkHigherPriorityRow(int)':

[x265] Build failure on MinGW GCC 4.7.1 with rev 5683ee5

2013-11-14 Thread Nikos Barkas
The program fails to link on MinGW GCC 4.7.1 with revision 5683ee5. The related messages are: Linking CXX executable x265.exe libx265.a(asm-primitives.cpp.obj):asm-primitives.cpp:(.text+0x75a7): undefined reference to `x265_interp_4tap_vert_ps_2x4_sse4'

[x265] Commit c56e392b2c68 fails to link with MinGW

2013-09-24 Thread Nikos Barkas
There is a linking problem with revision c56e392b2c68 on MinGW. The error comes from common.cpp and is our old friend: undefined reference to `__sync_val_compare_and_swap_4' The file common.cpp must be added to the list of files for which -march=i686 is applied in