Mathieu Westphal

Results 1138 comments of Mathieu Westphal

are external ass sub suported in current omxplayer? and with your patch?

> You mean Assimp can read blend files? Good to know! It can suposedly, but we do not enable it in F3D.

I've been try to use it an any simple project like this one: ``` project(check-engine) cmake_minimum_required(VERSION 3.1) find_package(f3d REQUIRED) add_executable(check-engine main.cxx) target_link_libraries(check-engine f3d::libf3d) # make sure the libf3d API is...

Same here, fails with: ``` warning - 2024-02-10 10:20:19,045 -- /__w/f3d/f3d/source/library/CMakeFiles/libf3d.dir/src/init.cxx.gcno warning - 2024-02-10 10:20:19,045 -- /__w/f3d/f3d/source/library/CMakeFiles/libf3d.dir/src/options.cxx.gcno warning - 2024-02-10 10:20:19,045 -- /__w/f3d/f3d/source/library/CMakeFiles/libf3d.dir/src/interactor_impl.cxx.gcno warning - 2024-02-10 10:20:19,901 -- coverage.py is...

I managed to fix the root_dir issue by setting the ` working-directory: ` input instead: ``` working-directory: ${{github.workspace}}/source token: ${{inputs.codecov_token}} fail_ci_if_error: true files: ${{github.workspace}}/source/coverage.info verbose: true use_oidc: false disable_search: true...

fixed by https://github.com/assimp/assimp/pull/5611 ?

I've seen similar things on Linux as well. Lets loop back on it once we have #1077

@aemreaydin please "resolve" discussion that you have adressed :)