Lion
Lion
Here also https://samples.ffmpeg.org/A-codecs/MP3/ no mention of license too.
So, licence should be clarified at webmaster(AT)ffmpeg(DOT)org.
Hi, may be this helps https://github.com/germangb/minimp3-rs . It can be transformed to pure rust step-by-step.
Под вайном с 2мя мониторами: appear_asm_safer.exe - окно постоянно исчезает и появляется, в момент когда окно видно вроде как все нормально. Остальные - краш. ``` Unhandled exception: unimplemented function user32.dll.SetWindowFullScreenState...
Ну это конечно вполне вероятно, но я, например, инициализирую примерно так же: ``` const PIXELFORMATDESCRIPTOR pfd={ 0,1,PFD_SUPPORT_OPENGL|PFD_DOUBLEBUFFER, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
Основной луп: ``` for(;;) { pglUniform1f(u, time); time = (GetTickCount() - start)/1000.0; glRecti(1, 1, -1, -1); SwapBuffers(hDC); MSG msg; PeekMessage(&msg, hWnd, 0, 0, 1); if (GetAsyncKeyState(VK_ESCAPE)) break; } ```
task-clock does`t work for me. Shows only task execution time, not wait of any kind. Quick check: ``` $ perf stat -e task-clock sleep 1 ↑ Performance counter stats for...
As I can see cd command now works. Use of $PS1 is not good idea. Usually user already know computer and user name, omitting them save some space for useful...
According to version sdl2-2.0.so.0 it's steam-runtime, but why 'PROTON_USE_WINED3D11=1'? Also better to disable steam overlay.
Can you upload new logs without PROTON_USE_WINED3D11=1?