Matthew Oliver
Matthew Oliver
The errors in the CI were unfortunately somewhat expected. ffmpeg builds fine but several other packages fail due to ffmpeg 5.0 removing older deprecated API. So any project that hasnt...
> @Sibras ,Is this pr temporarily blocked? Yep, I put it up so that people who want ffmpeg 5.0 know how to do it. But until a solution is provided...
> 5.1 has been released: http://www.ffmpeg.org/download.html#release_5.1 We still need some resolution on the API breakage of downstream ports. Once that has been resolved ill update this to 5.1.
> @Sibras, Can you please resolve the conflicts against master? Done.
Ive fixed the incorrect inclusion of "libcuda_nvcc.lib" in the repo. However adding support for ptx generation and inclusion is alot more complicated (as your list of above steps demonstrates). Unfortunately...
Added a commit that should hopefully work around this error
Whats the command line you are passing to FFVS? What version of ffmpeg source code are you runing it against?
> I found that `Invalid switch - ""` can be triggered by passing `--disable-network` to project_generate. The full error is: Running the latest FFVS 1.11.5 on the latest ffmpeg master...
The wrapper files are auto generated whenever there is a source file whos inclusion in the project depends on a config value that is not clearly defined. For instance many...
This is a limitation of the current implementation (I havnt worked out how to get VS to handle it properly). If it doesnt auto rebuild a asm you can right-click...