Results 101 comments of Vargol

build error cat build-ffmpeg.log % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 11.5M 100 11.5M 0 0 8689k 0...

Hi, my issue with `-DJPEGXL_STATIC=YES` CMake option is that I require a static build of libjxl as I'm building a fully static build of ffmpeg. I'll try -lc++, so whilst...

Ooops, sorry went ofon holiday and totally forgot about this when I came back. Yes, I've added a line in my build script to sed -lc++ into the *.pc files...

I'll have a look see if the make guys have broke their build.. I'd guess it may be the use of GNU make, the script is designed to work with...

Gaah, looks like it a macOS 12.2 issue https://discourse.cmake.org/t/cmake-not-working-after-update-do-big-sur/2546

The cmake build is still working on macOS 12.1. Unfortunately that it looks like freetype has broke something, I really should get a stable version of the script that builds...

Hi, I'm afraid I'm on holidays so away from my computers. This script was really designed to compile ffmpeg for arm64 from scratch with noting more than the Xcode tools...

No I mean change the libtool line to use the full path to libtool. > On 15 Aug 2022, at 14:36, MuZiLee ***@***.***> wrote: > >  > @Vargol >...

Yes it could, in fact it was merged at the bitbucket repository a few months ago, but not is not in any release versions yet they also broke multi-lib building...

Hi @krummrey I've tried this, basically you just need to change the 'if cuda' guard, e.g. in main_test_swinir.py ``` - device = torch.device('cuda' if torch.cuda.is_available() else 'cpu') + device =...