feat(FFmpeg): compile libva dependency - #535
Conversation
eb3ff6c to
0b25d62
Compare
0b25d62 to
5d4e9ff
Compare
|
I can't seem to reproduce the failiure in a VM when building libva separately, but maybe there's something specific about the cmake environment. Does it hurt to try with |
|
@stephank thanks for looking into this! Was your VM amd64 or aarch64? The build does work in amd64, only fails on aarch64. I am not really sure the effects of |
|
I tried on aarch64 with FreeBSD 14.3. The host is a MacBook Air M3. Dependency tracking is just makefile smarts to help during development, so it knows what file changes affect which compilation units. (Like modifying some C header file affects a whole bunch of C source files.) It's not useful for packaging purposes / single builds. I'm not sure what to make of it either, and it does feel like a failure in dependency tracking of all things could be something silly (like a shell incompatibility or something) that may surface again later even if we skip dependency tracking now. Shot in the dark; would've liked to see Your option to check a system install sounds good too. I have no stake in FreeBSD support. Was just hoping to help move this along. 😄 |
Removes unused LIBVA_MAKE_ENV variable and adds --disable-dependency-tracking for FreeBSD to address make/gmake compatibility. Also includes libva-wayland.a in the build outputs.
Updated the CI workflow to use rsync instead of sshfs for synchronization. This may improve reliability and performance during file transfers in the CI process.
7bd22d2 to
8dc5a1b
Compare
|



Description
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage