flaccidware / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Need to support threadpool for Windows Store App #1052

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
now libvpx uses __beginthreadex() to excute as multithread. but, it cant used 
for windows store app.(https://msdn.microsoft.com/en-us/library/634ca0c2.aspx)

is there any plan to change thread function?

Original issue reported on code.google.com by seewo...@gmail.com on 3 Aug 2015 at 8:32

GoogleCodeExporter commented 9 years ago
This can be added, but is there a good way to test it without a windows phone? 
A small decode test harness or wrapper of vpxdec would be helpful in validation.

Original comment by jz...@google.com on 3 Aug 2015 at 7:28

GoogleCodeExporter commented 9 years ago
Yes...you could.

plz check "Supported Windows Store API test" at this 
site(https://msdn.microsoft.com/en-us/library/windows/apps/jj657973.aspx)

Original comment by seewo...@gmail.com on 5 Aug 2015 at 10:06

GoogleCodeExporter commented 9 years ago
Thanks for the link. I was also looking for a quick way to test the build 
locally, rather than just confirming that it compiles with the update API.

Original comment by jz...@google.com on 5 Aug 2015 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 12 Aug 2015 at 10:04